mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-08-17 03:47:32 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -2091,12 +2091,12 @@ namespace exprtk
|
|||||||
clear_short_symbol_luts();
|
clear_short_symbol_luts();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline std::size_t variable_count()
|
inline std::size_t variable_count() const
|
||||||
{
|
{
|
||||||
return variable_count_;
|
return variable_count_;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline std::size_t function_count()
|
inline std::size_t function_count() const
|
||||||
{
|
{
|
||||||
return function_count_;
|
return function_count_;
|
||||||
}
|
}
|
||||||
@ -2422,7 +2422,6 @@ namespace exprtk
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
typedef details::expression_node<T>* expression_ptr;
|
typedef details::expression_node<T>* expression_ptr;
|
||||||
typedef T type;
|
|
||||||
|
|
||||||
struct expression_holder
|
struct expression_holder
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user