Unordered: Don't use std::allocator_traits on Visual C++ 11.

[SVN r78789]
This commit is contained in:
Daniel James
2012-06-01 11:06:03 +00:00
parent 7158700502
commit 893ebc5adb

View File

@ -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