diff --git a/include/boost/unordered/unordered_flat_set.hpp b/include/boost/unordered/unordered_flat_set.hpp index 8317c211..8829742e 100644 --- a/include/boost/unordered/unordered_flat_set.hpp +++ b/include/boost/unordered/unordered_flat_set.hpp @@ -45,12 +45,6 @@ namespace boost { static element_type&& move(element_type& x) { return std::move(x); } - template - static void construct(A& al, element_type* p, element_type const& copy) - { - boost::allocator_construct(al, p, copy); - } - template static void construct(A& al, element_type* p, Args&&... args) {