Skip to content

Commit 49fc05f

Browse files
[range.filter.iterator] Avoid "defining" typedef-names
Use declared" instead.
1 parent 2a4d4ed commit 49fc05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4771,7 +4771,7 @@
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,
47774777
\tcode{\exposid{iterator}::iterator_category} is defined as follows:

0 commit comments

Comments
 (0)