forked from boostorg/unordered
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);
|
||||
pg->reset(nz);
|
||||
if(!(--num_tx))goto continue_;
|
||||
mask&=mask-1;
|
||||
}
|
||||
}
|
||||
continue_:
|
||||
|
Reference in New Issue
Block a user