C++11: constexpr replacing defines. No functional change intended.

This commit is contained in:
Wilson Snyder
2020-08-16 14:19:12 -04:00
parent ac04e85a1c
commit d75a8624c1
13 changed files with 22 additions and 40 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
#include <algorithm>
#define RELOOP_MIN_ITERS 40 // Need at least this many loops to do this optimization
constexpr unsigned RELOOP_MIN_ITERS = 40; // Need at least this many loops to do this optimization
//######################################################################