]> git.sesse.net Git - stockfish/commit
Use the map type template parameter to access map()
authorMarco Costalba <mcostalba@gmail.com>
Sun, 11 Sep 2011 09:45:59 +0000 (10:45 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 11 Sep 2011 10:38:23 +0000 (11:38 +0100)
commit35018fa3076a01a62bd4433771c5832d0ddc52e8
treef95fde47b79169a553a6ae08868dddbdd91efeab
parentb706165527b5449fefa20bb31ac66d0274b066ea
Use the map type template parameter to access map()

It is more natural than using the family subtype and also
use two single maps instead of a std::pair.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/endgame.cpp
src/endgame.h