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:
@ -2091,12 +2091,12 @@ namespace exprtk
|
||||
clear_short_symbol_luts();
|
||||
}
|
||||
|
||||
inline std::size_t variable_count()
|
||||
inline std::size_t variable_count() const
|
||||
{
|
||||
return variable_count_;
|
||||
}
|
||||
|
||||
inline std::size_t function_count()
|
||||
inline std::size_t function_count() const
|
||||
{
|
||||
return function_count_;
|
||||
}
|
||||
@ -2422,7 +2422,6 @@ namespace exprtk
|
||||
private:
|
||||
|
||||
typedef details::expression_node<T>* expression_ptr;
|
||||
typedef T type;
|
||||
|
||||
struct expression_holder
|
||||
{
|
||||
|
Reference in New Issue
Block a user