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

This commit is contained in:
Arash Partow 2015-12-02 19:39:19 +11:00
parent 187456164e
commit c97139ed60
1 changed files with 2 additions and 2 deletions

View File

@ -13568,7 +13568,7 @@ namespace exprtk
init_branches<1>(branch_, brnch);
}
~bipow_node()
~bipow_node()
{
cleanup_branches::execute<T,1>(branch_);
}
@ -13635,7 +13635,7 @@ namespace exprtk
init_branches<1>(branch_, brnch);
}
~bipowninv_node()
~bipowninv_node()
{
cleanup_branches::execute<T,1>(branch_);
}