Skip to content

Commit d046c00

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

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
@@ -7170,7 +7170,7 @@
71707170
\end{codeblock}
71717171

71727172
\pnum
7173-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
7173+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
71747174
\begin{itemize}
71757175
\item
71767176
If \exposid{ref-is-glvalue} is \tcode{true},
@@ -7187,11 +7187,11 @@
71877187
\end{itemize}
71887188

71897189
\pnum
7190-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
7190+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
71917191
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
71927192
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
71937193
In that case,
7194-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
7194+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
71957195

71967196
\begin{itemize}
71977197
\item

0 commit comments

Comments
 (0)