Skip to content

Commit e86e8d0

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

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
@@ -7222,7 +7222,7 @@
72227222
\end{codeblock}
72237223

72247224
\pnum
7225-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
7225+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
72267226
\begin{itemize}
72277227
\item
72287228
If \exposid{ref-is-glvalue} is \tcode{true},
@@ -7239,11 +7239,11 @@
72397239
\end{itemize}
72407240

72417241
\pnum
7242-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
7242+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
72437243
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
72447244
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
72457245
In that case,
7246-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
7246+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
72477247

72487248
\begin{itemize}
72497249
\item

0 commit comments

Comments
 (0)