Skip to content

Commit c3f6afb

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

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
@@ -9037,7 +9037,7 @@
90379037

90389038
\pnum
90399039
The member \grammarterm{typedef-name} \tcode{iterator_concept}
9040-
is defined as follows:
9040+
is determined as follows:
90419041
\begin{itemize}
90429042
\item
90439043
If \exposid{Base} models \libconcept{random_access_range},
@@ -9053,9 +9053,9 @@
90539053
\end{itemize}
90549054

90559055
\pnum
9056-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
9056+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
90579057
if and only if \exposid{Base} models \libconcept{forward_range}.
9058-
In that case, \tcode{iterator_category} is defined as follows:
9058+
In that case, \tcode{iterator_category} is determined as follows:
90599059
Let \tcode{C} denote the type
90609060
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
90619061
\begin{itemize}

0 commit comments

Comments
 (0)