We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0b9b5 commit 7e015c2Copy full SHA for 7e015c2
1 file changed
source/ranges.tex
@@ -6838,7 +6838,7 @@
6838
\exposid{Base} models \libconcept{forward_range}, and
6839
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
6840
In that case,
6841
-\tcode{iterator::iter\-ator_category} is defined as follows:
+\tcode{\exposid{iterator}::iter\-ator_category} is defined as follows:
6842
\begin{itemize}
6843
\item Let \placeholder{OUTERC} denote
6844
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}, and
@@ -6858,7 +6858,7 @@
6858
\end{itemize}
6859
6860
\pnum
6861
-\tcode{iterator::difference_type} denotes the type:
+\tcode{\exposid{iterator}::difference_type} denotes the type:
6862
\begin{codeblock}
6863
common_type_t<
6864
range_difference_t<@\exposid{Base}@>,
0 commit comments