]> git.sesse.net Git - stockfish/commit - src/syzygy/tbprobe.cpp
Fix compile error with MSVC 2013
authorMarco Costalba <mcostalba@gmail.com>
Sun, 18 Jan 2015 14:14:05 +0000 (15:14 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 18 Jan 2015 14:14:05 +0000 (15:14 +0100)
commit712bbb052eb19f04d184da3d9ba66ae11f565201
tree8b0342cfaa9fbae34bc77428a9ae4ec87f59904c
parentfe4fda474fb8b0cb582c8232be602e2d323c87eb
Fix compile error with MSVC 2013

Without this std::min chokes with windows 'min' macro.

No functional change.
src/syzygy/tbprobe.cpp