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

This commit is contained in:
Arash Partow 2013-03-27 03:03:52 +11:00
parent 3cea9b70a6
commit 456f5ba457
1 changed files with 1 additions and 1 deletions

View File

@ -1616,7 +1616,7 @@ namespace exprtk
{ {
++s_itr_; ++s_itr_;
} }
if (is_end(s_itr_)) if (!is_end(s_itr_))
{ {
s_itr_ += mode; s_itr_ += mode;
skip_whitespace(); skip_whitespace();