mirror of
https://github.com/boostorg/unordered.git
synced 2025-08-01 04:14:29 +02:00
added missing const qualifier
This commit is contained in:
@@ -1306,7 +1306,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template<typename Key>
|
template<typename Key>
|
||||||
inline std::size_t hash_for(const Key& x)
|
inline std::size_t hash_for(const Key& x)const
|
||||||
{
|
{
|
||||||
return mix_policy::mix(h()(x));
|
return mix_policy::mix(h()(x));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user