Skip to content

Commit 2aed977

Browse files
[const.iterators.types] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 024356b commit 2aed977

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
@@ -4382,7 +4382,7 @@
43824382
\end{itemize}
43834383

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

0 commit comments

Comments
 (0)