Skip to content

v0.5.0

Compare
Choose a tag to compare
@Tessil Tessil released this 04 Aug 13:38
· 66 commits to master since this release
9642242
  • In max_load_factor(float ml), check that the ml parameter is in the range [0.1, 0.95].
  • Bug correction, restore support for copy constructible only objects as key or value in a map (#11) .
  • Bug correction, set a moved hash map/set in a valid state so that it can still be used even after a move. (#17)
  • Add the possibility to use the library without exceptions (#13)
  • Add support for large maps/sets (more than 2^32 - 1 elements) through an extra class template parameter (#18)