diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index f0729ddd..f379e80e 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1317,8 +1317,7 @@ private: template inline std::size_t hash_for(const Key& x)const { - //return mix_policy::mix(h()(x)); - return h()(x); + return mix_policy::mix(h()(x)); } inline std::size_t position_for(std::size_t hash)const