mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +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
|
||||
{
|
||||
std::size_t seed = group_count(it);
|
||||
std::size_t seed = this->group_count(it);
|
||||
boost::hash_combine(seed, hash_function()(*it));
|
||||
return seed;
|
||||
}
|
||||
|
Reference in New Issue
Block a user