Hopscotch map v2.3.0 Release Notes

Release Date: 2020-06-20 // almost 4 years ago
    • 🛠 Fix issue #45, avoid -Wtautological-constant-compare warning on 32 bits platforms
    • 🛠 Fix issue #47, add bool contains(...) methods.
    • 🛠 Fix issue #50, in bhopscotch_map the Keyof ValueSelect::operator() method is now const.
    • Raise the maximum possible size of the hash table when using the prime_growth_policy on a 64-bit platform.
    • 🛠 Fix issue #51, make the library usable with exceptions disables.

Previous changes from v2.2.1

    • 🛠 Fix compilation error with GCC 9, the implicit copy/move constructor/operator of the iterator were not generated.