mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-07-28 03:27:30 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user