Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@
\recommended
If \tcode{R} models \tcode{ranges::\libconcept{approximately_sized_range}} and
\tcode{ranges::distance(\linebreak{}rg) <= ranges::reserve_hint(rg)} is \tcode{true},
an implementation should not perform any reallocation.
an implementation should not perform more than a single reallocation.

\pnum
\ensures
Expand Down
Loading