Skip to content

Commit a2cb22e

Browse files
lin
1 parent c03c4d3 commit a2cb22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

+2-2
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 more than a \linebreak{}single reallocation.
1463+
an implementation should not perform more than a single reallocation.
14641464

14651465
\pnum
14661466
\ensures
@@ -19238,7 +19238,7 @@
1923819238
\pnum
1923919239
\effects
1924019240
Equivalent to
19241-
\tcode{flat_set(sorted_unique, cont)} and \tcode{flat_set(sorted_unique, cont, comp)}, respectively,
19241+
\tcode{flat_set(sorted_unique, cont)} and \tcode{flat_set(sorted_unique, cont, \linebreak{}comp)}, respectively,
1924219242
except that \exposid{c} is constructed with
1924319243
uses-allocator construction\iref{allocator.uses.construction}.
1924419244

0 commit comments

Comments
 (0)