From 6473abe4e0cbf83bc875c2d288ceb1eeab9e0db7 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 13 Aug 2018 23:47:15 +1000 Subject: muparserx: fix gcc7 build --- src/muparserx-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/muparserx-test.cpp b/src/muparserx-test.cpp index 10dcbdd..8ab0d2c 100644 --- a/src/muparserx-test.cpp +++ b/src/muparserx-test.cpp @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) p.DefineVar("c", Variable(&fVal)); p.SetExpr("va[0]+a*strlen(b)-c"); - for (int i=0; i<<10; ++i) + for (int i=0; i<10; ++i) { // evaluate the expression and change the value of // the variable c in each turn -- cgit v0.12