Skip to content

Commit da1414c

Browse files
[const.iterators.types] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 80a42c5 commit da1414c

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
@@ -4384,7 +4384,7 @@
43844384
\end{itemize}
43854385

43864386
\pnum
4387-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4387+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
43884388
if and only if \tcode{Iterator} models \libconcept{forward_iterator}.
43894389
In that case,
43904390
\tcode{basic_const_iterator<Iterator>::iterator_category} denotes

0 commit comments

Comments
 (0)