]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_M2.cpp
Replace static const variables with constexpr, where applicable.
[ginac.git] / check / time_lw_M2.cpp
index 4ba122a2de9535013f19959ad230572ac8e1472c..acd2329c4caf31e5cb6f83de02bdb26ee53677a2 100644 (file)
@@ -28,7 +28,7 @@ using namespace GiNaC;
 #include <iostream>
 using namespace std;
 
-static const bool do_test = false;  // set to true in order to run this beast
+constexpr bool do_test = false;  // set to true in order to run this beast
 
 static unsigned test()
 {