Skip to content

Commit 5a44d84

Browse files
[move.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 2aed977 commit 5a44d84

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
@@ -4858,7 +4858,7 @@
48584858
\end{itemize}
48594859

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

0 commit comments

Comments
 (0)