diff --git a/common/kernel/hashlib.h b/common/kernel/hashlib.h index a3fcd4ca..008a581e 100644 --- a/common/kernel/hashlib.h +++ b/common/kernel/hashlib.h @@ -1004,7 +1004,7 @@ template class pool bool operator!=(const pool &other) const { return !operator==(other); } - bool hash() const + unsigned int hash() const { unsigned int hashval = mkhash_init; for (auto &it : entries)