Skip to content

Commit 7b220a5

Browse files
timsong-cppzygoloid
authored andcommitted
[range.reverse.overview] Use \cv{} instead of "cv-qualified"
1 parent 9e0afe3 commit 7b220a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/ranges.tex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6093,10 +6093,7 @@
60936093
a (possibly cv-qualified) specialization of \tcode{reverse_view},
60946094
equivalent to \tcode{E.base()}.
60956095
\item
6096-
Otherwise, if the type of \tcode{E} is cv-qualified
6097-
\begin{codeblock}
6098-
subrange<reverse_iterator<I>, reverse_iterator<I>, K>
6099-
\end{codeblock}
6096+
Otherwise, if the type of \tcode{E} is \cv{} \tcode{subrange<reverse_iterator<I>, reverse_iterator<I>, K>}
61006097
for some iterator type \tcode{I} and
61016098
value \tcode{K} of type \tcode{subrange_kind},
61026099
\begin{itemize}

0 commit comments

Comments
 (0)