mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Unordered: Merge msvc 11 fix from trunk.
[SVN r78853]
This commit is contained in:
@ -36,8 +36,6 @@
|
|||||||
// Use container's allocator_traits for older versions of Visual
|
// Use container's allocator_traits for older versions of Visual
|
||||||
// C++ as I don't test with them.
|
// C++ as I don't test with them.
|
||||||
# define BOOST_UNORDERED_USE_ALLOCATOR_TRAITS 2
|
# define BOOST_UNORDERED_USE_ALLOCATOR_TRAITS 2
|
||||||
# elif BOOST_MSVC >= 1700
|
|
||||||
# define BOOST_UNORDERED_USE_ALLOCATOR_TRAITS 1
|
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user