0.3.7
0.3.7 Sept 19, 2018
- Improved support for clang-cl (thanks to @CaseyCarter).
- Fix for
any_view<T, category::sized | category::input>
(see #869). - Fix
iter_move
of aranges::reverse_iterator
(see #888). - Fix
move_sentinel
comparisons (see #889). - Avoid ambiguity created by
boost::advance
andstd::advance
(see #893).