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

This commit is contained in:
Arash Partow
2016-10-05 13:33:35 +11:00
parent a5d224e537
commit 3a82d4af1b
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)
{