Skip to content

Commit 3176ed7

Browse files
[range.filter.iterator] Avoid "defining" typedef-names
Use "determine"/"declared" instead.
1 parent 9c2653f commit 3176ed7

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
@@ -4759,7 +4759,7 @@
47594759
satisfy the filter predicate.
47604760

47614761
\pnum
4762-
\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
4762+
\tcode{\exposid{iterator}::iterator_concept} is determined as follows:
47634763
\begin{itemize}
47644764
\item If \tcode{V} models \libconcept{bidirectional_range}, then
47654765
\tcode{iterator_concept} denotes \tcode{bidirectional_iterator_tag}.
@@ -4771,10 +4771,10 @@
47714771
\end{itemize}
47724772

47734773
\pnum
4774-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4774+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
47754775
if and only if \tcode{V} models \libconcept{forward_range}.
47764776
In that case,
4777-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
4777+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
47784778
\begin{itemize}
47794779
\item Let \tcode{C} denote the type
47804780
\tcode{iterator_traits<iterator_t<V>>::iterator_category}.

0 commit comments

Comments
 (0)