Skip to content

Commit 8f56ac7

Browse files
[common.iter.types] Avoid "defining" typedef-names
1 parent 1a80078 commit 8f56ac7

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

0 commit comments

Comments
 (0)