diff --git a/include/boost/unordered/detail/implementation.hpp b/include/boost/unordered/detail/implementation.hpp index e7bae279..e95b1d43 100644 --- a/include/boost/unordered/detail/implementation.hpp +++ b/include/boost/unordered/detail/implementation.hpp @@ -13,6 +13,7 @@ #endif #include +#include #include #include #include @@ -1055,468 +1056,24 @@ namespace boost { // // Allocator traits // -// First our implementation, then later light wrappers around the alternatives - -#if BOOST_UNORDERED_USE_ALLOCATOR_TRAITS == 0 - -#include -#include -#include - -namespace boost { - namespace unordered { - namespace detail { - - template struct rebind_alloc; - -#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) - - template