Skip to content

Commit 13398d9

Browse files
[range.join.iterator] Avoid "defining" typedef-names
Use "determine"/"declare" instead.
1 parent d8026c1 commit 13398d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/ranges.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6653,7 +6653,7 @@
66536653
\end{codeblock}
66546654

66556655
\pnum
6656-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
6656+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
66576657
\begin{itemize}
66586658
\item If \exposid{ref-is-glvalue} is \tcode{true},
66596659
\exposid{Base} models \libconcept{bidirectional_range}, and
@@ -6668,12 +6668,12 @@
66686668
\end{itemize}
66696669

66706670
\pnum
6671-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
6671+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
66726672
if and only if \exposid{ref-is-glvalue} is \tcode{true},
66736673
\exposid{Base} models \libconcept{forward_range}, and
66746674
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
66756675
In that case,
6676-
\tcode{iterator::iter\-ator_category} is defined as follows:
6676+
\tcode{iterator::iter\-ator_category} is determined as follows:
66776677
\begin{itemize}
66786678
\item Let \placeholder{OUTERC} denote
66796679
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}, and

0 commit comments

Comments
 (0)