Ensure std::unordered_ be used on MSVC 2010 too (#4600)

This commit is contained in:
SmallJoker 2016-10-08 16:25:34 +02:00 committed by Zeno-
parent 656faf7373
commit 0baea8c25c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define USE_UNORDERED_CONTAINERS
#endif
#if _MSC_VER >= 1800
#if _MSC_VER >= 1600
#define USE_UNORDERED_CONTAINERS
#endif