Skip to content

Commit bc181c6

Browse files
[common.iter.types] Avoid "defining" typedef-names
1 parent 5a44d84 commit bc181c6

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
@@ -5518,7 +5518,7 @@
55185518
\pnum
55195519
The nested \grammarterm{typedef-name} \tcode{iterator_category} of
55205520
the specialization of \tcode{iterator_traits} for \tcode{common_iterator<I, S>}
5521-
is defined if and only if \tcode{iter_difference_t<I>} is an integral type.
5521+
is declared if and only if \tcode{iter_difference_t<I>} is an integral type.
55225522
In that case,
55235523
\tcode{iterator_category} denotes \tcode{forward_iterator_tag} if
55245524
the \grammarterm{qualified-id} \tcode{iterator_traits<I>::iterator_category}

0 commit comments

Comments
 (0)