summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/cpp11_container.h2
1 files changed, 1 insertions, 1 deletions
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