We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf83d9 commit a18bd3bCopy full SHA for a18bd3b
libc/src/__support/HashTable/table.h
@@ -333,7 +333,7 @@ struct HashTable {
333
return {0, full_capacity() - available_slots,
334
Group::load_aligned(&control(0)).occupied(), *this};
335
}
336
- iterator end() const { return {0, 0, {{0}}, *this}; }
+ iterator end() const { return {0, 0, {BitMask{0}}, *this}; }
337
338
LIBC_INLINE ENTRY *find(const char *key) {
339
uint64_t primary = oneshot_hash(key);
0 commit comments