Skip to content

Commit ff4b6b2

Browse files
committed
fixup! WIP: [libc++][ranges] Implement ranges::stride_view.
Update ranges include to match style. Signed-off-by: Will Hawkins <[email protected]>
1 parent 4d21877 commit ff4b6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/ranges

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ namespace std::ranges {
363363
364364
namespace views { inline constexpr unspecified chunk_by = unspecified; } // C++23
365365
366-
// [range.stride.view]
366+
// [range.stride.view], stride view
367367
template<input_range V>
368368
requires view<V>
369369
class stride_view; // C++23

0 commit comments

Comments
 (0)