Skip to content

Commit c5fca34

Browse files
[const.iterators.types] Avoid "defining" iterator_category
Use "determine" and "declare" instead.
1 parent d9e6f0c commit c5fca34

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
@@ -4372,7 +4372,7 @@
43724372
\rSec3[const.iterators.types]{Member types}
43734373

43744374
\pnum
4375-
\tcode{basic_const_iterator<Iterator>::iterator_concept} is defined as follows:
4375+
\tcode{basic_const_iterator<Iterator>::iterator_concept} is determined as follows:
43764376
\begin{itemize}
43774377
\item
43784378
If \tcode{Iterator} models \libconcept{contiguous_iterator},
@@ -4391,7 +4391,7 @@
43914391
\end{itemize}
43924392

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

0 commit comments

Comments
 (0)