mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -19385,6 +19385,8 @@ namespace exprtk
|
||||
return error_node();
|
||||
else if (!token_is(token_t::e_eof))
|
||||
{
|
||||
free_node(node_allocator_,default_statement);
|
||||
|
||||
set_error(
|
||||
make_error(parser_error::e_syntax,
|
||||
current_token(),
|
||||
|
Reference in New Issue
Block a user