diff --git a/source/containers.tex b/source/containers.tex index ba5e29341c..b7828a7061 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -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 @@ -19238,7 +19238,7 @@ \pnum \effects Equivalent to -\tcode{flat_set(sorted_unique, cont)} and \tcode{flat_set(sorted_unique, cont, comp)}, respectively, +\tcode{flat_set(sorted_unique, cont)} and \tcode{flat_set(sorted_unique, cont, \linebreak{}comp)}, respectively, except that \exposid{c} is constructed with uses-allocator construction\iref{allocator.uses.construction}.