Compare commits

..
Author SHA1 Message Date
Beman Dawes 251c4608d0 Release 1.50.0
[SVN r79156]
2012-06-28 12:37:29 +00:00
Daniel James c788780792 Unordered: Merge msvc 11 fix from trunk.
[SVN r78853]
2012-06-07 19:47:01 +00:00
@@ -36,8 +36,6 @@
// Use container's allocator_traits for older versions of Visual
// C++ as I don't test with them.
# define BOOST_UNORDERED_USE_ALLOCATOR_TRAITS 2
# elif BOOST_MSVC >= 1700
# define BOOST_UNORDERED_USE_ALLOCATOR_TRAITS 1
# endif
# endif
#endif