Skip to content

Commit d258fe6

Browse files
clang format
1 parent 5555c34 commit d258fe6

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(__all_forward_Const, _Views> && ...)
342+
requires(__all_forward<_Const, _Views> && ...)
343343
{
344344
auto __tmp = *this;
345345
++*this;

0 commit comments

Comments
 (0)