Skip to content

Commit 51c37d6

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 22bc443 commit 51c37d6

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
@@ -368,7 +368,7 @@ namespace std::ranges {
368368
369369
namespace views { inline constexpr unspecified chunk_by = unspecified; } // C++23
370370
371-
// [range.stride.view]
371+
// [range.stride.view], stride view
372372
template<input_range V>
373373
requires view<V>
374374
class stride_view; // C++23

0 commit comments

Comments
 (0)