This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
Releases: martinus/robin-hood-hashing
Releases · martinus/robin-hood-hashing
3.6.0
3.5.2
Direct download: robin_hood.h
- Fixed
operator==
forunordered_set
, which didn't compile
3.5.1
3.5.0
3.4.4
3.4.3
3.4.1
3.4.0
Direct download: robin_hood.h
- Added lots of
noexcept
- Code now works with
-fno-exceptions
, instead of throw I simply callabort();
. - More stringent clang-tidy checks
- nodiscard for C++17
- improved iterator consistency
- Added some tests for better code coverage
3.3.2
Direct download: robin_hood.h
- gcc 4.9 is now supported