C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow 2014-06-11 06:53:29 +10:00
parent 0c8cd6eb80
commit 188cb77821
1 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@
template<typename T> template<typename T>
void stddev_example() void stddev_example()
{ {
typedef exprtk::symbol_table<T> symbol_table_t;
typedef exprtk::expression<T> expression_t; typedef exprtk::expression<T> expression_t;
typedef exprtk::parser<T> parser_t; typedef exprtk::parser<T> parser_t;