]> git.sesse.net Git - stockfish/commitdiff
Fix a compilation error for MSVC
authorStéphane Nicolet <cassio@free.fr>
Fri, 27 Jul 2018 13:46:13 +0000 (15:46 +0200)
committerStéphane Nicolet <cassio@free.fr>
Fri, 27 Jul 2018 13:46:13 +0000 (15:46 +0200)
The previous commit wouldn't compile on the Microsoft Virtual Studio C++ compiler. So use a more compatible style for the same idea (which we already use in numerous places of evaluate.cpp, for instance in line 563).

Under the Clang compiler, both versions generate exactly the same machine code (same md5 signatures for the two binaries).

No functional change.


No differences found