Skip to content

Commit f6ad222

Browse files
jensmaurerzygoloid
authored andcommitted
[range.prim.size] Clarify by adding 'respectively'.
1 parent 6f99598 commit f6ad222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
Otherwise, \tcode{(ranges::end(E) - ranges::begin(E))}
526526
if it is a valid expression and
527527
the types \tcode{I} and \tcode{S} of \tcode{ranges::begin(E)} and
528-
\tcode{ranges::end(E)} model
528+
\tcode{ranges::end(E)} (respectively) model both
529529
\tcode{SizedSentinel<S, I>}\iref{iterator.concept.sizedsentinel} and
530530
\tcode{Forward\-Iterator<I>}.
531531
However, \tcode{E} is evaluated only once.

0 commit comments

Comments
 (0)