Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6677,7 +6677,7 @@
\exposid{Base} models \libconcept{forward_range}, and
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
In that case,
\tcode{iterator::iter\-ator_category} is defined as follows:
\tcode{\exposid{iterator}::iter\-ator_category} is defined as follows:
\begin{itemize}
\item Let \placeholder{OUTERC} denote
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}, and
Expand All @@ -6697,7 +6697,7 @@
\end{itemize}

\pnum
\tcode{iterator::difference_type} denotes the type:
\tcode{\exposid{iterator}::difference_type} denotes the type:
\begin{codeblock}
common_type_t<
range_difference_t<@\exposid{Base}@>,
Expand Down