Skip to content

Commit 5280685

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

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
@@ -6601,7 +6601,7 @@
66016601
\end{codeblock}
66026602

66036603
\pnum
6604-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
6604+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
66056605
\begin{itemize}
66066606
\item If \exposid{ref-is-glvalue} is \tcode{true},
66076607
\exposid{Base} models \libconcept{bidirectional_range}, and
@@ -6616,12 +6616,12 @@
66166616
\end{itemize}
66176617

66186618
\pnum
6619-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
6619+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
66206620
if and only if \exposid{ref-is-glvalue} is \tcode{true},
66216621
\exposid{Base} models \libconcept{forward_range}, and
66226622
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
66236623
In that case,
6624-
\tcode{iterator::iter\-ator_category} is defined as follows:
6624+
\tcode{iterator::iter\-ator_category} is determined as follows:
66256625
\begin{itemize}
66266626
\item Let \placeholder{OUTERC} denote
66276627
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}, and

0 commit comments

Comments
 (0)