Skip to content

Commit adc9e29

Browse files
[range.elements.iterator] Avoid "defining" typedef-names
Use "determine"/"declare" instead.
1 parent e86e8d0 commit adc9e29

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
@@ -10099,7 +10099,7 @@
1009910099

1010010100
\pnum
1010110101
The member \grammarterm{typedef-name} \tcode{iterator_concept}
10102-
is defined as follows:
10102+
is determined as follows:
1010310103
\begin{itemize}
1010410104
\item
1010510105
If \exposid{Base} models \libconcept{random_access_range},
@@ -10115,9 +10115,9 @@
1011510115
\end{itemize}
1011610116

1011710117
\pnum
10118-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
10118+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1011910119
if and only if \exposid{Base} models \libconcept{forward_range}.
10120-
In that case, \tcode{iterator_category} is defined as follows:
10120+
In that case, \tcode{iterator_category} is determined as follows:
1012110121
Let \tcode{C} denote the type
1012210122
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
1012310123
\begin{itemize}

0 commit comments

Comments
 (0)