Releases: taocpp/sequences
Releases · taocpp/sequences
taocpp-sequences 2.0.1
taocpp-sequences 2.0.0
- Generalized
exclusive_scan
andinclusive_scan
. - Split
fold
intoaccumulate
andreduce
. - Added
first
,reverse
,prod
,partial_prod
,multiplies
,difference
, andsort
. - Improved compile-times for
at_index
. - Added
make_index_of_sequence
,permutate
, andsort_index
to contrib (unofficial).
taocpp-sequences 1.0.2
- Added documentation for the remaining headers.
taocpp-sequences 1.0.1
- Removed
type_by_index
, useat_index
instead.
taocpp-sequences 1.0.0
- Initial release.