Skip to content

Commit 6c319bf

Browse files
committed
[range.join.iterator] Add missing \exposid
1 parent 458b16a commit 6c319bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6677,7 +6677,7 @@
66776677
\exposid{Base} models \libconcept{forward_range}, and
66786678
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
66796679
In that case,
6680-
\tcode{iterator::iter\-ator_category} is defined as follows:
6680+
\tcode{\exposid{iterator}::iter\-ator_category} is defined as follows:
66816681
\begin{itemize}
66826682
\item Let \placeholder{OUTERC} denote
66836683
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}, and
@@ -6697,7 +6697,7 @@
66976697
\end{itemize}
66986698

66996699
\pnum
6700-
\tcode{iterator::difference_type} denotes the type:
6700+
\tcode{\exposid{iterator}::difference_type} denotes the type:
67016701
\begin{codeblock}
67026702
common_type_t<
67036703
range_difference_t<@\exposid{Base}@>,

0 commit comments

Comments
 (0)