mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
temporarily disabled mix_policy
This commit is contained in:
@ -1317,7 +1317,8 @@ private:
|
|||||||
template<typename Key>
|
template<typename Key>
|
||||||
inline std::size_t hash_for(const Key& x)const
|
inline std::size_t hash_for(const Key& x)const
|
||||||
{
|
{
|
||||||
return mix_policy::mix(h()(x));
|
//return mix_policy::mix(h()(x));
|
||||||
|
return h()(x);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline std::size_t position_for(std::size_t hash)const
|
inline std::size_t position_for(std::size_t hash)const
|
||||||
|
Reference in New Issue
Block a user