From 9a539c04958b9d3adec56aea3d0aae59f75c610f Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Mon, 12 May 2025 21:02:07 +0800 Subject: [PATCH 1/2] [sequence.reqmts] Fix application of P2846R6 for `assign_range` --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index ba5e29341c..be4e3a8a05 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 From af8d390c790bd3c149ad6b4d2834e4cb1586a3fd Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 13 May 2025 01:22:52 +0800 Subject: [PATCH 2/2] linebreak --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index be4e3a8a05..b7828a7061 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -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}.