Skip to content

Commit 3192fff

Browse files
[move.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent da1414c commit 3192fff

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
@@ -4860,7 +4860,7 @@
48604860
\end{itemize}
48614861

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

0 commit comments

Comments
 (0)