Closed jeffreyscottgraham closed 8 years ago
The expression (abs(-3)+2) >= min(6,5)
fails with Assertion "stArgCount.size()" failed: parser/mpParserBase.cpp line 939
On Ubuntu Linux 14.04 x86_64 with g++ 4.9 and also on OSX with llvm, both with muparserx 4.0.5
Noticed that by adding an outer pair of parens to the expression ((abs(-3)+2) >= min(6,5))
works
Fixed in Version 4.0.7
The expression (abs(-3)+2) >= min(6,5)
fails with Assertion "stArgCount.size()" failed: parser/mpParserBase.cpp line 939
On Ubuntu Linux 14.04 x86_64 with g++ 4.9 and also on OSX with llvm, both with muparserx 4.0.5