Skip to content

1.1.1 — Japan

Compare
Choose a tag to compare
@Morwenn Morwenn released this 29 Mar 21:44
3761f85

I will be away in Japan for a few weeks, which means that it is probably a good time for a bugfix release. No new exciting feature in this release, but several small improvements here and there.

Bug fixes

  • Work around a Clang bug to fix the implicit deduction guide of counting_adapter in C++17
  • Add missing constructor to stable_adapter<self_sort_adapter> to make implicit deduction guides work in C++17
  • Fix warning about class/struct difference between declaration and definition of hybrid_adapter

Tiny improvements

  • Make the constructors of sorter adapters taking one or more sorters explicit
  • probe::rem now performs a single pass over the sequence even when passed non-random-access iterators, which might make it slightly more performant in this case
  • Code using std::result_of now uses std::invoke_result when available, making it more robust against type system subtleties
  • More noexcept here and there
  • Tiny attempts to improve the build times and produced binary size here and there, but it unfortunately shouldn't make any noticeable difference