]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_N.cpp
Replace static const variables with constexpr, where applicable.
[ginac.git] / check / time_lw_N.cpp
index 1fdb4684f9530bb5e844b68b2fb14a0c432f1e65..c4ad95f98cc1ccc7af28bf794308052fdf106333 100644 (file)
@@ -30,7 +30,7 @@ using namespace GiNaC;
 #include <vector>
 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()
 {