Releases: Tessil/ordered-map
Releases · Tessil/ordered-map
v0.3.0
- Add try_emplace and insert_or_assign methods (#7).
- Bug correction (#5) for the clear() method.
- Use 'Empty Base Optimization' for Hash and KeyEqual to reduce the sizeof(tsl::ordered_map/set).
- Add
iterator nth(size_type index)method. - Add missing method for
operator+in iterators (#4). - Bug correction, check that we are not over
max_size()when inserting a new element.
v0.2.0
First release
v0.1.0 Update README.md with more informations.