diff --git a/xml/issue3959.xml b/xml/issue3959.xml index 9cddd0fb78..31dffe4325 100644 --- a/xml/issue3959.xml +++ b/xml/issue3959.xml @@ -6,7 +6,7 @@
Jiang An 23 Jul 2023 -99 +3

@@ -25,6 +25,16 @@ required to copy the comparator twice due to the exposition-only constructor of

Should we make the constructor take a const reference?

+ +2025-10-21; Reflector poll. +

+Set priority to 3 after reflector poll. +

+

+We should provide blanket wording to specify that comparators, +hashers, allocators, etc. can be copied as often or as little as +needed. Consider generalizing . +

diff --git a/xml/issue4350.xml b/xml/issue4350.xml index dbbff1ba33..613917382f 100644 --- a/xml/issue4350.xml +++ b/xml/issue4350.xml @@ -11,7 +11,7 @@ Jonathan Wakely 05 Sep 2025 -99 +2

@@ -28,6 +28,15 @@ That would mean that user containers need to ensure that any member functions with those names must behave as expected, but we already require that for `std::queue`.

+ +2025-10-21; Reflector poll. +

+Set priority to 2 after reflector poll. +

+

+Use append_range to be consitient with other adapters. +Send to LEWG for confirmation. +

diff --git a/xml/issue4352.xml b/xml/issue4352.xml index 489afeba56..1440f4865a 100644 --- a/xml/issue4352.xml +++ b/xml/issue4352.xml @@ -6,7 +6,7 @@
Jonathan Wakely 05 Sep 2025 -99 +3

@@ -32,6 +32,15 @@ It's a bit of a stretch to say they're equivalent when they don't even have the same parameters, so we need some weasel words here.

+ +2025-10-21; Reflector poll. +

+Set priority to 3 after reflector poll. +

+

+Define them in terms of insert_range(std::forward<R>(rg)) +with updated Complexity. +

diff --git a/xml/issue4374.xml b/xml/issue4374.xml index f12f065ed5..93867b3a61 100644 --- a/xml/issue4374.xml +++ b/xml/issue4374.xml @@ -10,7 +10,7 @@ Tim Song 09 Sep 2025 -99 +3

@@ -25,6 +25,11 @@ it will fall back to a less efficient 𝒪(N log N) algorithm, but in the Complexity: element. Alternatively, if the allocation failure is reported by an exception, that should be called out in the spec.

+ +2025-10-21; Reflector poll. +

+Set priority to 3 after reflector poll. +

diff --git a/xml/issue4384.xml b/xml/issue4384.xml index b1ea7c6cd4..cd0cc685fe 100644 --- a/xml/issue4384.xml +++ b/xml/issue4384.xml @@ -1,7 +1,7 @@ - + `flat_set::erase(iterator)` is underconstrained
@@ -16,6 +16,11 @@

This is a follow-up of LWG since we now have `flat_set` and `flat_multiset`.

+ +2025-10-21; Reflector poll. +

+Set status to Tentatively Ready after seven votes in favour during reflector poll. +