Skip to content
Snippets Groups Projects
Commit 0baea8c2 authored by SmallJoker's avatar SmallJoker Committed by Zeno-
Browse files

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

parent 656faf73
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment