We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713c464 commit 906d4ffCopy full SHA for 906d4ff
source/iterators.tex
@@ -5528,7 +5528,7 @@
5528
\pnum
5529
The nested \grammarterm{typedef-name} \tcode{iterator_category} of
5530
the specialization of \tcode{iterator_traits} for \tcode{common_iterator<I, S>}
5531
-is defined if and only if \tcode{iter_difference_t<I>} is an integral type.
+is declared if and only if \tcode{iter_difference_t<I>} is an integral type.
5532
In that case,
5533
\tcode{iterator_category} denotes \tcode{forward_iterator_tag} if
5534
the \grammarterm{qualified-id} \tcode{iterator_traits<I>::iterator_category}
0 commit comments