Avoid a strict two-phase instatiation error.

[SVN r42110]
This commit is contained in:
Daniel James
2007-12-16 19:09:39 +00:00
parent 3002a898a0
commit c30bb968f4

View File

@ -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;
}