Skip to content

Commit d72daf7

Browse files
burblebeetkoeppe
authored andcommitted
LWG4054 Repeating a repeat_view should repeat the view
1 parent 25e39c4 commit d72daf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3426,7 +3426,7 @@
34263426
Given subexpressions \tcode{E} and \tcode{F},
34273427
the expressions \tcode{views::repeat(E)} and \tcode{views::repeat(E, F)}
34283428
are expression-equivalent to
3429-
\tcode{repeat_view(E)} and \tcode{repeat_view(E, F)}, respectively.
3429+
\tcode{repeat_view<decay_t<decltype((E))>>(E)} and \tcode{repeat_view(E, F)}, respectively.
34303430

34313431
\pnum
34323432
\begin{example}

0 commit comments

Comments
 (0)