ordered-map v0.3.0 Release Notes

Release Date: 2017-07-11 // almost 7 years ago
    • 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.