Skip to content

Commit d181b14

Browse files
[move.iterator] Avoid "defining" iterator_category
Use "determine" and "declare" instead.
1 parent c5fca34 commit d181b14

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
@@ -4850,7 +4850,7 @@
48504850
\end{codeblock}
48514851

48524852
\pnum
4853-
The member \grammarterm{typedef-name} \tcode{iterator_concept} is defined
4853+
The member \grammarterm{typedef-name} \tcode{iterator_concept} is determined
48544854
as follows:
48554855
\begin{itemize}
48564856
\item
@@ -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)