Skip to content

Commit 986b4f6

Browse files
[move.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 8835bf4 commit 986b4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4867,7 +4867,7 @@
48674867
\end{itemize}
48684868

48694869
\pnum
4870-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4870+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
48714871
if and only if the \grammarterm{qualified-id}
48724872
\tcode{iterator_traits<It\-erator>::iterator_category}
48734873
is valid and denotes a type.

0 commit comments

Comments
 (0)