Skip to content

0.7.1

Latest
Compare
Choose a tag to compare
@h-2 h-2 released this 11 Apr 16:10
· 10 commits to main since this release

Summary: fix some ranges by using our own tuple.

Added

  • bio::meta::tuple which behaves like C++23's std::tuple.

Fixed

  • bio::views::zip uses bio::meta::tuple and now also models std::ranges::output_range.
  • bio::views::pairwise_combine uses bio::meta::tuple and now also models std::ranges::output_range.
  • bio::ranges::dictionary uses bio::meta::tuple. Now bio::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).