Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Tessil Tessil released this 15 Jan 15:23
· 3 commits to master since this release

This release fixes a critical bug in insert_at_position and erase (unordered_erase and pop_back are not affected), upgrade is recommended if these functions are used.

  • Fix shift_indexes_in_buckets by going through the whole m_buckets_data instead of finding back the bucket through m_values (#39 39)
  • When exceptions are disabled, only print the error message when defined(TSL_DEBUG) instead of !defined(NDEBUG)
  • Add function to release values_container (#36)