]> git.sesse.net Git - stockfish/commitdiff
Workaround for older compiler
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 15 May 2020 17:37:56 +0000 (19:37 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 15 May 2020 17:40:25 +0000 (19:40 +0200)
gcc < 5 doesn't fully support the c++11 `std::is_trivially_copyable<Entry>::value`
Remove it, as it is not essential.

fixes https://github.com/official-stockfish/Stockfish/issues/2681

closes https://github.com/official-stockfish/Stockfish/pull/2682

No functional change.


No differences found