diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index f81517de..5c448cf9 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -877,8 +877,6 @@ public: private: static constexpr bool has_mutable_iterator= !std::is_same::value; - static constexpr bool has_different_init_type= - !std::is_same::value; public: using hasher=Hash;