Skip to content

v0.3.0

Compare
Choose a tag to compare
@Tessil Tessil released this 16 Aug 11:39
· 81 commits to master since this release
  • Move header files from src directory to tsl directory.
  • Add insert_or_assign method.
  • Add methods taking a precalculated hash in parameter.
  • Bug correction in equal_range, the second iterator was always equal to the first.
  • Rename tsl::str_hash to tsl::str_hash_ah, tsl::str_equal to tsl::str_equal_ah and tsl::power_of_two_growth_policy to tsl::power_of_two_growth_policy_ah to avoid any conflict with my other libraries in the tsl namespace.