From 84f9fbf9c583a7a57967aed5bfc140f9484ea21a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?=
Date: Tue, 21 Oct 2025 11:47:26 +0200
Subject: [PATCH 1/5] Set 3959 to P3
---
xml/issue3959.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
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 .
+
From a6eed29f4cdde2fb46a2c6092a8dfc8a13009f7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?=
Date: Tue, 21 Oct 2025 11:50:04 +0200
Subject: [PATCH 2/5] Set 4350 to P3, split on sending to LEWG
---
xml/issue4350.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
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.
+
From 5fb3e7309d9dff5a28cddea51e4254114bc12ce0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?=
Date: Tue, 21 Oct 2025 14:13:37 +0200
Subject: [PATCH 3/5] Set 4352 to P3
---
xml/issue4352.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
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.
+
From b038d186456c33296f6f9f8452cce5cabca990cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?=
Date: Tue, 21 Oct 2025 14:14:03 +0200
Subject: [PATCH 4/5] Set 4374 to P3
---
xml/issue4374.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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.
+
From ca873ded4ed0b6e77b02cd4b79c7872b8f079ab1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?=
Date: Tue, 21 Oct 2025 14:17:57 +0200
Subject: [PATCH 5/5] Set 4384 to Tentatively Ready
---
xml/issue4384.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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.
+