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.