mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
Avoid a strict two-phase instatiation error.
[SVN r42110]
This commit is contained in:
@@ -1928,7 +1928,7 @@ public:
|
|||||||
|
|
||||||
inline bool group_hash(local_iterator_base it, type_wrapper<key_type>*) const
|
inline bool group_hash(local_iterator_base it, type_wrapper<key_type>*) const
|
||||||
{
|
{
|
||||||
std::size_t seed = group_count(it);
|
std::size_t seed = this->group_count(it);
|
||||||
boost::hash_combine(seed, hash_function()(*it));
|
boost::hash_combine(seed, hash_function()(*it));
|
||||||
return seed;
|
return seed;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user