Skip to content

Commit fd8b24c

Browse files
[move.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent a251471 commit fd8b24c

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
@@ -4862,7 +4862,7 @@
48624862
\end{itemize}
48634863

48644864
\pnum
4865-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4865+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
48664866
if and only if the \grammarterm{qualified-id}
48674867
\tcode{iterator_traits<It\-erator>::iterator_category}
48684868
is valid and denotes a type.

0 commit comments

Comments
 (0)