]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Consolidate pawn storm types
[stockfish] / src / tt.h
index ca7dfbfee539f8b3ed52facb2950aa27b14ddaff..5f9c29e4a389745c38639e984b11b8df61cc4126 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -85,8 +85,8 @@ private:
 
 class TranspositionTable {
 
-  static const int CacheLineSize = 64;
-  static const int ClusterSize = 3;
+  static constexpr int CacheLineSize = 64;
+  static constexpr int ClusterSize = 3;
 
   struct Cluster {
     TTEntry entry[ClusterSize];