]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_N.cpp
Convert some more ctors from copying to moving STL containers.
[ginac.git] / check / time_lw_N.cpp
index 37bc786a07481ff740afcbbf336f32f2d41363af..c4ad95f98cc1ccc7af28bf794308052fdf106333 100644 (file)
@@ -5,7 +5,7 @@
  *  Fermat-test). */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -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()
 {