Skip to content

Commit 9a539c0

Browse files
[sequence.reqmts] Fix application of P2846R6 for assign_range
1 parent b99e22b commit 9a539c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@
14601460
\recommended
14611461
If \tcode{R} models \tcode{ranges::\libconcept{approximately_sized_range}} and
14621462
\tcode{ranges::distance(\linebreak{}rg) <= ranges::reserve_hint(rg)} is \tcode{true},
1463-
an implementation should not perform any reallocation.
1463+
an implementation should not perform more than a single reallocation.
14641464

14651465
\pnum
14661466
\ensures

0 commit comments

Comments
 (0)