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 986b4f6 commit d2d0a91Copy full SHA for d2d0a91
source/iterators.tex
@@ -5527,7 +5527,7 @@
5527
\pnum
5528
The nested \grammarterm{typedef-name} \tcode{iterator_category} of
5529
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.
+is declared if and only if \tcode{iter_difference_t<I>} is an integral type.
5531
In that case,
5532
\tcode{iterator_category} denotes \tcode{forward_iterator_tag} if
5533
the \grammarterm{qualified-id} \tcode{iterator_traits<I>::iterator_category}
0 commit comments