You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,12 @@ The code is known to work on the following compilers:
67
67
Release Notes:
68
68
--------------
69
69
70
+
***0.3.7** Sept 19, 2018
71
+
- Improved support for clang-cl (thanks to @CaseyCarter).
72
+
- Fix for `any_view<T, category::sized | category::input>` (see #869).
73
+
- Fix `iter_move` of a `ranges::reverse_iterator` (see #888).
74
+
- Fix `move_sentinel` comparisons (see #889).
75
+
- Avoid ambiguity created by `boost::advance` and `std::advance` (see #893).
70
76
***0.3.6** May 15, 2018
71
77
- NEW: `view::exclusive_scan` (thanks to GitHub user @mitsutaka-takeda).
72
78
- All views get non-`const` overloads of `.empty()` and `.size()` (see [ericniebler/stl2\#793](https://github.com/ericniebler/stl2/issues/793)).
0 commit comments