C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
3cea9b70a6
commit
456f5ba457
|
@ -1616,7 +1616,7 @@ namespace exprtk
|
|||
{
|
||||
++s_itr_;
|
||||
}
|
||||
if (is_end(s_itr_))
|
||||
if (!is_end(s_itr_))
|
||||
{
|
||||
s_itr_ += mode;
|
||||
skip_whitespace();
|
||||
|
|
Loading…
Reference in New Issue