Skip to content

Commit 4b1283b

Browse files
committed
[sequence.reqmts] Fix application of P2846R6 for assign_range
1 parent 444f343 commit 4b1283b

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)