Skip to content

Brigand 1.2.0 - Code of Honor

Compare
Choose a tag to compare
@edouarda edouarda released this 08 May 09:03
· 69 commits to master since this release

This new release brings new features, fixes and compilation speed improvements.

Thanks a lot to all our contributors and users!

New features

  • New split_at algorithm
  • New pop_back_n and pop_front_n functions
  • New keys_as_sequence, values_as_sequence and as_sequence functions
  • New index_of and index_if functions
  • Added basic compiler detection macros

Improvements

The following functions have been optimized for reduced compilation time and memory usage:

  • at_c
  • back
  • find
  • is_set
  • make_sequence
  • map functions
  • remove
  • set functions
  • sort

Fixes

  • The standalone header is now correctly updated at each build
  • Fixed algorithms that didn't work with types other than brigand::list