Skip to content

Commit d86e1ef

Browse files
hewillktkoeppe
authored andcommitted
[ranges.syn] Fix the constraints order of slide_view
1 parent 8d3f438 commit d86e1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@
419419
namespace views { inline constexpr @\unspec@ chunk = @\unspec@; }
420420

421421
// \ref{range.slide}, slide view
422-
template<@\libconcept{view}@ V>
423-
requires @\libconcept{forward_range}@<V>
422+
template<@\libconcept{forward_range}@ V>
423+
requires @\libconcept{view}@<V>
424424
class slide_view;
425425

426426
template<class V>

0 commit comments

Comments
 (0)