From c788780792201b19fd36110460f1a2788e15e707 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 7 Jun 2012 19:47:01 +0000 Subject: [PATCH] Unordered: Merge msvc 11 fix from trunk. [SVN r78853] --- include/boost/unordered/detail/allocator_helpers.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/unordered/detail/allocator_helpers.hpp b/include/boost/unordered/detail/allocator_helpers.hpp index d77aa6a1..82f1b185 100644 --- a/include/boost/unordered/detail/allocator_helpers.hpp +++ b/include/boost/unordered/detail/allocator_helpers.hpp @@ -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