Skip to content

Commit ac17fe9

Browse files
[common.iter.types] Avoid "defining" typedef-names
1 parent 3192fff commit ac17fe9

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

0 commit comments

Comments
 (0)