Update FixedHashTable.h

This commit is contained in:
alexey-milovidov 2019-09-06 20:20:19 +03:00 committed by GitHub
parent 05095111a1
commit 71ed9477dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,6 +263,7 @@ public:
public:
/// The last parameter is unused but exists for compatibility with HashTable interface.
void ALWAYS_INLINE emplace(Key x, iterator & it, bool & inserted, size_t /* hash */ = 0)
{
it = iterator(this, &buf[x]);