Skip to content

Commit 527d4a4

Browse files
[common.iter.types] Avoid "defining" typedef-names
Use "determine" instead.
1 parent d181b14 commit 527d4a4

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
@@ -5527,7 +5527,7 @@
55275527
\pnum
55285528
The nested \grammarterm{typedef-name} \tcode{iterator_category} of
55295529
the specialization of \tcode{iterator_traits} for \tcode{common_iterator<I, S>}
5530-
is defined if and only if \tcode{iter_difference_t<I>} is an integral type.
5530+
is declared if and only if \tcode{iter_difference_t<I>} is an integral type.
55315531
In that case,
55325532
\tcode{iterator_category} denotes \tcode{forward_iterator_tag} if
55335533
the \grammarterm{qualified-id} \tcode{iterator_traits<I>::iterator_category}
@@ -5537,7 +5537,7 @@
55375537

55385538
\pnum
55395539
The remaining nested \grammarterm{typedef-name}s of the specialization of
5540-
\tcode{iterator_traits} for \tcode{common_iterator<I, S>} are defined as follows:
5540+
\tcode{iterator_traits} for \tcode{common_iterator<I, S>} are determined as follows:
55415541
\begin{itemize}
55425542
\item
55435543
\tcode{iterator_concept} denotes \tcode{forward_iterator_tag}

0 commit comments

Comments
 (0)