From 0baea8c25cb04bcbeca5ae532a00d877628f6b06 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 8 Oct 2016 16:25:34 +0200 Subject: Ensure std::unordered_ be used on MSVC 2010 too (#4600) --- src/util/cpp11_container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/cpp11_container.h b/src/util/cpp11_container.h index 7ac2fc371..88317c9c4 100644 --- a/src/util/cpp11_container.h +++ b/src/util/cpp11_container.h @@ -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 -- cgit v1.2.3