robin-map/include/tsl
Tessil a24e904455 Fix USE_STORED_HASH_ON_REHASH to return true when bucket_count is 0, STORE_HASH is true and is_power_of_two_policy<GrowthPolicy>::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.
2022-02-27 15:56:13 +00:00
..
robin_growth_policy.h Apply clang-format with Google style to the source code 2020-11-08 14:45:57 +00:00
robin_hash.h Fix USE_STORED_HASH_ON_REHASH to return true when bucket_count is 0, STORE_HASH is true and is_power_of_two_policy<GrowthPolicy>::value is true 2022-02-27 15:56:13 +00:00
robin_map.h Remove compilation error when -Wshadow flag is set (#41) 2021-02-13 18:25:23 +00:00
robin_set.h Remove compilation error when -Wshadow flag is set (#41) 2021-02-13 18:25:23 +00:00