Skip to content

Commit 5555c34

Browse files
update operatir++ to use all_forward
1 parent d231ea6 commit 5555c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__ranges/concat_view.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class concat_view<_Views...>::__iterator : public __concat_view_iterator_categor
339339
_LIBCPP_HIDE_FROM_ABI constexpr void operator++(int) { ++*this; }
340340

341341
_LIBCPP_HIDE_FROM_ABI constexpr __iterator operator++(int)
342-
requires(forward_range<__maybe_const<_Const, _Views>> && ...)
342+
requires(__all_forward_Const, _Views> && ...)
343343
{
344344
auto __tmp = *this;
345345
++*this;

0 commit comments

Comments
 (0)