Skip to content

Commit

Permalink
[range.reverse.overview] Use \cv{} instead of "cv-qualified"
Browse files Browse the repository at this point in the history
  • Loading branch information
timsong-cpp authored and zygoloid committed Oct 5, 2020
1 parent 9e0afe3 commit 7b220a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6093,10 +6093,7 @@
a (possibly cv-qualified) specialization of \tcode{reverse_view},
equivalent to \tcode{E.base()}.
\item
Otherwise, if the type of \tcode{E} is cv-qualified
\begin{codeblock}
subrange<reverse_iterator<I>, reverse_iterator<I>, K>
\end{codeblock}
Otherwise, if the type of \tcode{E} is \cv{} \tcode{subrange<reverse_iterator<I>, reverse_iterator<I>, K>}
for some iterator type \tcode{I} and
value \tcode{K} of type \tcode{subrange_kind},
\begin{itemize}
Expand Down

0 comments on commit 7b220a5

Please sign in to comment.