Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

3.4.0

Compare
Choose a tag to compare
@martinus martinus released this 01 Aug 16:58
· 214 commits to master since this release

Direct download: robin_hood.h

  • Added lots of noexcept
  • Code now works with -fno-exceptions, instead of throw I simply call abort();.
  • More stringent clang-tidy checks
  • nodiscard for C++17
  • improved iterator consistency
  • Added some tests for better code coverage