Skip to content

v1.0.0

Compare
Choose a tag to compare
@Tessil Tessil released this 25 Mar 23:46
· 30 commits to master since this release
3050179
  • Add support for efficient serialization (#36)
  • Remove compilation warnings when -Wshadow flag is set (#41)
  • Fix USE_STORED_HASH_ON_REHASH to return true when bucket_count is 0, STORE_HASH is true and is_power_of_two_policy::value is true.
    This commit doesn't change the actual behaviour of the map as even when USE_STORED_HASH_ON_REHASH was returning false on empty map rehashes, no stored hashes were used as the map was empty.
  • Fix CMake warning by specifying a project language before including GNUInstallDirs
  • Create a local tsl-robin-mapTargets.cmake (#45)