ordered-map v1.2.0 Release Notes

Release Date: 2025-11-02 // 7 months ago
    • ➕ Add an erase_if function (#37)
    • Update cmake_minimum_required to 3.10

Previous changes from v1.1.0

  • 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)