From: Marco Costalba Date: Sun, 11 Sep 2011 09:45:59 +0000 (+0100) Subject: Use the map type template parameter to access map() X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=35018fa3076a01a62bd4433771c5832d0ddc52e8;hp=35018fa3076a01a62bd4433771c5832d0ddc52e8 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 ---