From c97139ed60ca711860b032eca1439178bcb2012c Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Wed, 2 Dec 2015 19:39:19 +1100 Subject: [PATCH] C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html --- exprtk.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exprtk.hpp b/exprtk.hpp index 5726160..a9aba4a 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -13568,7 +13568,7 @@ namespace exprtk init_branches<1>(branch_, brnch); } - ~bipow_node() + ~bipow_node() { cleanup_branches::execute(branch_); } @@ -13635,7 +13635,7 @@ namespace exprtk init_branches<1>(branch_, brnch); } - ~bipowninv_node() + ~bipowninv_node() { cleanup_branches::execute(branch_); }