Brigand 1.2.0 - Code of Honor
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
andpop_front_n
functions - New
keys_as_sequence
,values_as_sequence
andas_sequence
functions - New
index_of
andindex_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
functionsremove
set
functionssort
Fixes
- The standalone header is now correctly updated at each build
- Fixed algorithms that didn't work with types other than
brigand::list