Skip to content

v0.3.0

Compare
Choose a tag to compare
@Tessil Tessil released this 11 Jul 15:10
· 115 commits to master since this release
  • 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.