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:
@ -23810,7 +23810,10 @@ namespace exprtk
|
||||
default : return;
|
||||
}
|
||||
|
||||
parser_->dec_.add_assignment(symbol_name,cst);
|
||||
if (!symbol_name.empty())
|
||||
{
|
||||
parser_->dec_.add_assignment(symbol_name,cst);
|
||||
}
|
||||
}
|
||||
|
||||
inline expression_node_ptr synthesize_assignment_expression(const details::operator_type& operation, expression_node_ptr (&branch)[2])
|
||||
|
Reference in New Issue
Block a user