]> www.ginac.de Git - ginac.git/blobdiff - check/time_antipode.cpp
Replace static const variables with constexpr, where applicable.
[ginac.git] / check / time_antipode.cpp
index 2358db3e05d70b787f1c72f4823c1d24adb315dc..02ebaf1b38fe991dc2b511fa8d552134a448a906 100644 (file)
@@ -46,7 +46,7 @@ using namespace GiNaC;
 using namespace std;
 
 // whether to run this beast or not:
-static const bool do_test = true;
+constexpr bool do_test = true;
 
 // regularization parameter:
 static const symbol x("x");