Summary: fix some ranges by using our own tuple.
Added
bio::meta::tuple
which behaves like C++23'sstd::tuple
.
Fixed
bio::views::zip
usesbio::meta::tuple
and now also modelsstd::ranges::output_range
.bio::views::pairwise_combine
usesbio::meta::tuple
and now also modelsstd::ranges::output_range
.bio::ranges::dictionary
usesbio::meta::tuple
. Nowbio::ranges::dictionary<> const
works correctly.
API
- This release is not yet API-stable.
- This release is mostly backwards compatible with 0.7.0 (see changes above).