Skip to content

3.05.02

Compare
Choose a tag to compare
@rparolin rparolin released this 08 Feb 17:47
· 310 commits to master since this release
  • Fixed move_iterator operator++(int) / operator--(int) not incrementing its state.
  • Implemented fixed_ring_buffer template alias to simplify the creation of ring_buffers backed by fixed_sized containers.
  • Added templates aliases for new hashtable based container names. (eg. unordered_set and unordered_map)
  • Improved internal hashtable support for move-only (aka. non-copyable types).
  • string_view fixes:
    • implemented cbegin/rbegin/crbegin fixes and unit tests
    • implemented cend/rend/crend fixes and unit tests
    • Added CharTypeStringRSearch function to char_traits header and fixed unit tests to call string_view::rfrind.