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 1a80078 commit 8f56ac7Copy full SHA for 8f56ac7
source/iterators.tex
@@ -5532,7 +5532,7 @@
5532
\pnum
5533
The nested \grammarterm{typedef-name} \tcode{iterator_category} of
5534
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.
+is declared if and only if \tcode{iter_difference_t<I>} is an integral type.
5536
In that case,
5537
\tcode{iterator_category} denotes \tcode{forward_iterator_tag} if
5538
the \grammarterm{qualified-id} \tcode{iterator_traits<I>::iterator_category}
0 commit comments