Skip to content

Commit 5a18b02

Browse files
[move.iterator] Avoid "defining" iterator_category
Use "determine" and "declare" instead.
1 parent 0806dd4 commit 5a18b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iterators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4812,7 +4812,7 @@
48124812
\end{codeblock}
48134813

48144814
\pnum
4815-
The member \grammarterm{typedef-name} \tcode{iterator_concept} is defined
4815+
The member \grammarterm{typedef-name} \tcode{iterator_concept} is determined
48164816
as follows:
48174817
\begin{itemize}
48184818
\item
@@ -4829,7 +4829,7 @@
48294829
\end{itemize}
48304830

48314831
\pnum
4832-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4832+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
48334833
if and only if the \grammarterm{qualified-id}
48344834
\tcode{iterator_traits<It\-erator>::iterator_category}
48354835
is valid and denotes a type.

0 commit comments

Comments
 (0)