diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 7d8a15c9..06eb2538 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1260,7 +1260,7 @@ private: > static inline init_type value_from(T&& x) { - return {std::forward(x)}; + return init_type{std::forward(x)}; } template<