diff --git a/include/boost/unordered/detail/buckets.hpp b/include/boost/unordered/detail/buckets.hpp index ed100dff..2469b03a 100644 --- a/include/boost/unordered/detail/buckets.hpp +++ b/include/boost/unordered/detail/buckets.hpp @@ -431,17 +431,6 @@ namespace boost { namespace unordered { namespace detail { new(address) T(std::forward(args)...); } -#if defined(BOOST_UNORDERED_CPP0X_PAIR) - template - inline void construct_impl(std::pair*, void* address, - Key&& k, Arg0&& arg0, Args&&... args) - ) - { - new(address) std::pair(k, - Second(arg0, std::forward(args)...); - } -#endif - #else #define BOOST_UNORDERED_CONSTRUCT_IMPL(z, num_params, _) \