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:
@ -9842,8 +9842,6 @@ namespace exprtk
|
||||
range_list_[i].type_size = sizeof(char);
|
||||
range_list_[i].str_node = sbn;
|
||||
|
||||
if (is_generally_string_node(arg_list_[i]))
|
||||
{
|
||||
range_interface_t* ri = reinterpret_cast<range_interface_t*>(0);
|
||||
|
||||
if (0 == (ri = dynamic_cast<range_interface_t*>(arg_list_[i])))
|
||||
@ -9863,7 +9861,6 @@ namespace exprtk
|
||||
else
|
||||
range_list_[i].range = &(ri->range_ref());
|
||||
}
|
||||
}
|
||||
else if (is_variable_node(arg_list_[i]))
|
||||
{
|
||||
variable_node_ptr_t var = variable_node_ptr_t(0);
|
||||
|
Reference in New Issue
Block a user