Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ensure std::unordered_ be used on MSVC 2010 too (#4600)
  • Loading branch information
SmallJoker authored and Zeno- committed Oct 8, 2016
1 parent 656faf7 commit 0baea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/cpp11_container.h
Expand Up @@ -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

Expand Down

0 comments on commit 0baea8c

Please sign in to comment.