Skip to content

Commit 123ca21

Browse files
[const.iterators.types] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 5cf6ad3 commit 123ca21

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
@@ -4392,7 +4392,7 @@
43924392
\end{itemize}
43934393

43944394
\pnum
4395-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4395+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
43964396
if and only if \tcode{Iterator} models \libconcept{forward_iterator}.
43974397
In that case,
43984398
\tcode{basic_const_iterator<Iterator>::iterator_category} denotes

0 commit comments

Comments
 (0)