Skip to content

Commit

Permalink
Merge pull request #31 from njoy/fix/review
Browse files Browse the repository at this point in the history
Changes following review
  • Loading branch information
whaeck authored May 28, 2024
2 parents cc9dcab + cc255db commit 1473340
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 1473340

Please sign in to comment.