diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 903d3c78..3e0399b1 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1094,10 +1094,10 @@ private: T, typename std::conditional< std::is_convertible::value, - const init_type, + init_type, typename std::conditional< std::is_convertible::value, - const value_type, + value_type, typename std::conditional< std::is_convertible::value, const init_type&,