Skip to content

Commit

Permalink
Update cc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonAllan committed May 27, 2024
1 parent 2876f01 commit f6ee6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ Tested with GCC, MinGW, and Clang.
Version history:
27/05/2024 1.1.1: Fixed a bug in map and set that could theoretically cause a crash on rehash (triggerable in testing
using NAME_shrink with a maximum load factor significantly higher than 1.0).
using cc_shrink with a maximum load factor significantly higher than 1.0).
18/03/2024 1.1.0: Replaced the Robin Hood implementations of map and set with Verstable implementations.
Added branch-prediction optimizations.
Improved documentation.
Expand Down

0 comments on commit f6ee6a2

Please sign in to comment.