mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Make sure mask is properly cleared during rehash cleanup
This commit is contained in:
@ -1669,6 +1669,7 @@ private:
|
|||||||
auto nz=unchecked_countr_zero(mask);
|
auto nz=unchecked_countr_zero(mask);
|
||||||
pg->reset(nz);
|
pg->reset(nz);
|
||||||
if(!(--num_tx))goto continue_;
|
if(!(--num_tx))goto continue_;
|
||||||
|
mask&=mask-1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
continue_:
|
continue_:
|
||||||
|
Reference in New Issue
Block a user