Skip to content

Commit ef81c78

Browse files
[range.stride.iterator] Avoid "defining" typedef-names
Use "determine"/"declare" instead.
1 parent 527b8f9 commit ef81c78

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
@@ -14524,7 +14524,7 @@
1452414524
\end{codeblock}
1452514525

1452614526
\pnum
14527-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
14527+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
1452814528
\begin{itemize}
1452914529
\item
1453014530
If \exposid{Base} models \libconcept{random_access_range},
@@ -14540,10 +14540,10 @@
1454014540
\end{itemize}
1454114541

1454214542
\pnum
14543-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
14543+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1454414544
if and only if \exposid{Base} models \libconcept{forward_range}.
1454514545
In that case,
14546-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
14546+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
1454714547
\begin{itemize}
1454814548
\item
1454914549
Let \tcode{C} denote

0 commit comments

Comments
 (0)