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 6f99598 commit f6ad222Copy full SHA for f6ad222
source/ranges.tex
@@ -525,7 +525,7 @@
525
Otherwise, \tcode{(ranges::end(E) - ranges::begin(E))}
526
if it is a valid expression and
527
the types \tcode{I} and \tcode{S} of \tcode{ranges::begin(E)} and
528
- \tcode{ranges::end(E)} model
+ \tcode{ranges::end(E)} (respectively) model both
529
\tcode{SizedSentinel<S, I>}\iref{iterator.concept.sizedsentinel} and
530
\tcode{Forward\-Iterator<I>}.
531
However, \tcode{E} is evaluated only once.
0 commit comments