Skip to content

Commit e6bed6c

Browse files
[range.filter.iterator] Avoid "defining" typedef-names
Use "determine"/"declared" instead.
1 parent e4b3676 commit e6bed6c

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
@@ -4707,7 +4707,7 @@
47074707
satisfy the filter predicate.
47084708

47094709
\pnum
4710-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
4710+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
47114711
\begin{itemize}
47124712
\item If \tcode{V} models \libconcept{bidirectional_range}, then
47134713
\tcode{iterator_concept} denotes \tcode{bidirectional_iterator_tag}.
@@ -4719,10 +4719,10 @@
47194719
\end{itemize}
47204720

47214721
\pnum
4722-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4722+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
47234723
if and only if \tcode{V} models \libconcept{forward_range}.
47244724
In that case,
4725-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
4725+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
47264726
\begin{itemize}
47274727
\item Let \tcode{C} denote the type
47284728
\tcode{iterator_traits<iterator_t<V>>::iterator_category}.

0 commit comments

Comments
 (0)