From 188cb778210ebaf855ca580c9708f89a59ce4213 Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Wed, 11 Jun 2014 06:53:29 +1000 Subject: [PATCH] C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html --- exprtk_simple_example_14.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/exprtk_simple_example_14.cpp b/exprtk_simple_example_14.cpp index a252cc9..28e920f 100644 --- a/exprtk_simple_example_14.cpp +++ b/exprtk_simple_example_14.cpp @@ -26,9 +26,8 @@ template void stddev_example() { - typedef exprtk::symbol_table symbol_table_t; - typedef exprtk::expression expression_t; - typedef exprtk::parser parser_t; + typedef exprtk::expression expression_t; + typedef exprtk::parser parser_t; std::string stddev_program = " var x[25] := { "