Update HashTable.h

This commit is contained in:
alexey-milovidov 2020-12-12 03:33:57 +03:00 committed by GitHub
parent 7e2bc1e7a6
commit 245dea6f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -987,6 +987,7 @@ public:
size_t hash_value = hash(x);
size_t i = findCell(x, hash_value, grower.place(hash_value));
/// Key is not found
if (buf[i].isZero(*this))
{
return;