Skip to content

Commit 0806dd4

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

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
@@ -4359,7 +4359,7 @@
43594359
\rSec3[const.iterators.types]{Member types}
43604360

43614361
\pnum
4362-
\tcode{basic_const_iterator<Iterator>::iterator_concept} is defined as follows:
4362+
\tcode{basic_const_iterator<Iterator>::iterator_concept} is determined as follows:
43634363
\begin{itemize}
43644364
\item
43654365
If \tcode{Iterator} models \libconcept{contiguous_iterator},
@@ -4378,7 +4378,7 @@
43784378
\end{itemize}
43794379

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

0 commit comments

Comments
 (0)