]> git.sesse.net Git - stockfish/commitdiff
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)
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>

No differences found