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 3192fff commit ac17fe9Copy full SHA for ac17fe9
source/iterators.tex
@@ -5520,7 +5520,7 @@
5520
\pnum
5521
The nested \grammarterm{typedef-name} \tcode{iterator_category} of
5522
the specialization of \tcode{iterator_traits} for \tcode{common_iterator<I, S>}
5523
-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.
5524
In that case,
5525
\tcode{iterator_category} denotes \tcode{forward_iterator_tag} if
5526
the \grammarterm{qualified-id} \tcode{iterator_traits<I>::iterator_category}
0 commit comments