You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.