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

This commit is contained in:
Arash Partow 2013-03-16 08:06:35 +11:00
parent 656b858d59
commit 700b5b2a11
1 changed files with 1 additions and 1 deletions

View File

@ -10895,7 +10895,7 @@ namespace exprtk
T1 t1 = n->t1(); T1 t1 = n->t1();
T2 t2 = n->t2(); T2 t2 = n->t2();
return synthesize_sf4ext_expression:: return synthesize_sf4ext_expression::
template compile<ExType,T0,T1,T2>(expr_gen,id,t0,t1,t2,t,result); template compile<T0,T1,T2,ExType>(expr_gen,id,t0,t1,t2,t,result);
} }
else else
return false; return false;