mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Fix small typo in increment()
function to silence VS warnings
This commit is contained in:
@ -643,7 +643,7 @@ private:
|
||||
pc+=sizeof(Group);
|
||||
p+=Group::N;
|
||||
}
|
||||
while((mask=reinterpret_cast<Group*>(pc)->match_occupied())!=0);
|
||||
while((mask=reinterpret_cast<Group*>(pc)->match_occupied())==0);
|
||||
}
|
||||
|
||||
auto n=unchecked_countr_zero(mask);
|
||||
|
Reference in New Issue
Block a user