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 @@
@@ -25,6 +25,16 @@ required to copy the comparator twice due to the exposition-only constructor of
+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
@@ -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`.
+ ++Set priority to 2 after reflector poll. +
++Use append_range to be consitient with other adapters. +Send to LEWG for confirmation. +
@@ -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.
+ ++Set priority to 3 after reflector poll. +
++Define them in terms of insert_range(std::forward<R>(rg)) +with updated Complexity. +
@@ -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.
+ ++Set priority to 3 after reflector poll. +
This is a follow-up of LWG
+Set status to Tentatively Ready after seven votes in favour during reflector poll. +