Skip to content

Commit

Permalink
correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed May 23, 2024
1 parent 15ea224 commit cc255db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/std23/views/stride.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ template <typename R>
inline constexpr bool enable_borrowed_range<std23::ranges::stride_view<R>> = enable_borrowed_range<R>;

} // namespace ranges
} // namespace std23
} // namespace std20

namespace std23 {
inline namespace ranges {
Expand Down

0 comments on commit cc255db

Please sign in to comment.