]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.cpp
Workaround for older compiler
[stockfish] / src / syzygy / tbprobe.cpp
index 843f049a58496fae06d1d3bd2dd90710df5cf006..adc45d58557366e80fb454802feeb3f1280f731d 100644 (file)
@@ -414,7 +414,6 @@ class TBTables {
             return (TBTable<Type>*)(Type == WDL ? (void*)wdl : (void*)dtz);
         }
     };
-    static_assert(std::is_trivially_copyable<Entry>::value, "");
 
     static constexpr int Size = 1 << 12; // 4K table, indexed by key's 12 lsb
     static constexpr int Overflow = 1;  // Number of elements allowed to map to the last bucket