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