forked from boostorg/unordered
removed inline suggestion from hash_for
This commit is contained in:
@ -1315,7 +1315,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template<typename Key>
|
template<typename Key>
|
||||||
inline std::size_t hash_for(const Key& x)const
|
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