Skip to content

Commit d2d0a91

Browse files
[common.iter.types] Avoid "defining" typedef-names
1 parent 986b4f6 commit d2d0a91

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
@@ -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}

0 commit comments

Comments
 (0)