]> git.sesse.net Git - stockfish/commit
Replaced macros Min() and Max() with corresponding STL algorithms std::min() and...
authorAlexander Kure <alexander.kure@gmail.com>
Mon, 31 Oct 2011 04:38:44 +0000 (00:38 -0400)
committerAlexander Kure <alexander.kure@gmail.com>
Mon, 31 Oct 2011 04:38:44 +0000 (00:38 -0400)
commit5c8af7ccb8f59f901740d5a8f4a9270f69487583
tree92744dc344047c55d0569f83b35edc156ec8b265
parent7942e6f3bf1a2a4ef452e1e98ab6e6c866217cae
Replaced macros Min() and Max() with corresponding STL algorithms std::min() and std::max()
12 files changed:
src/bitboard.cpp
src/endgame.cpp
src/evaluate.cpp
src/history.h
src/lock.h
src/material.cpp
src/misc.cpp
src/movegen.cpp
src/position.cpp
src/search.cpp
src/timeman.cpp
src/types.h