Skip to content

Releases: Tessil/ordered-map

v0.3.0

11 Jul 15:10

Choose a tag to compare

  • 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

12 Mar 20:17

Choose a tag to compare

  • Add support for GCC 4 8.4.
  • Bug correction, swap was recursing infinitely.
  • Reduce identifiers length to avoid VS 'decorated name length exceeded' (C4503) warning.

First release

27 Feb 14:13

Choose a tag to compare

v0.1.0

Update README.md with more informations.