ordered-map v0.5.0 Release Notes

Release Date: 2018-08-04 // over 5 years ago
    • 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 232 - 1 elements) through an extra class template parameter (#18)