diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index a48e777f..6fcd38e8 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1048,7 +1048,7 @@ public: template BOOST_FORCEINLINE std::pair emplace(Args&&... args) { - return emplace_impl(value_type(std::forward(args)...)); + return emplace_impl(init_type(std::forward(args)...)); } template