We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5555c34 commit d258fe6Copy full SHA for d258fe6
libcxx/include/__ranges/concat_view.h
@@ -339,7 +339,7 @@ class concat_view<_Views...>::__iterator : public __concat_view_iterator_categor
339
_LIBCPP_HIDE_FROM_ABI constexpr void operator++(int) { ++*this; }
340
341
_LIBCPP_HIDE_FROM_ABI constexpr __iterator operator++(int)
342
- requires(__all_forward_Const, _Views> && ...)
+ requires(__all_forward<_Const, _Views> && ...)
343
{
344
auto __tmp = *this;
345
++*this;
0 commit comments