C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2016-10-05 13:33:35 +11:00
parent 5fbbe49c96
commit d86f6da090
3 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ struct myfunc : public exprtk::ifunction<T>
myfunc()
: exprtk::ifunction<T>(2)
{}
{ exprtk::disable_has_side_effects(*this); }
inline T operator()(const T& v1, const T& v2)
{