diff --git a/xml/issue4158.xml b/xml/issue4158.xml
index 55d16f0b0a..8e182dbf39 100644
--- a/xml/issue4158.xml
+++ b/xml/issue4158.xml
@@ -6,7 +6,7 @@
@@ -41,9 +41,13 @@ That is what the `std::promise` move assignment does
(see
+Set priority to 3 after reflector poll.
+
This wording is relative to
+Following reflector discussion, remove the "Releases any shared state" text
+completely. The remaining effects imply that the state will be abandoned anyway.
+This wording is relative to Modify -11- Effects:
+
+
+
+packaged_task& operator=(packaged_task&& rhs) noexcept;
+
+
+
+(11.1) —
+Releases
+any shared state (
+(11.2) —
+calls `packaged_task(std::move(rhs)).swap(*this)`.
+
-?- Returns: `*this`.
+ + +