Skip to content

Commit da25f81

Browse files
[range.stride.iterator] Avoid "defining" typedef-names
Use "determine"/"declare" instead.
1 parent 2c8f044 commit da25f81

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
@@ -15576,7 +15576,7 @@
1557615576
\end{codeblock}
1557715577

1557815578
\pnum
15579-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
15579+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
1558015580
\begin{itemize}
1558115581
\item
1558215582
If \exposid{Base} models \libconcept{random_access_range},
@@ -15592,10 +15592,10 @@
1559215592
\end{itemize}
1559315593

1559415594
\pnum
15595-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
15595+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1559615596
if and only if \exposid{Base} models \libconcept{forward_range}.
1559715597
In that case,
15598-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
15598+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
1559915599
\begin{itemize}
1560015600
\item
1560115601
Let \tcode{C} denote

0 commit comments

Comments
 (0)