diff --git a/xml/issue4323.xml b/xml/issue4323.xml
index ad3f9c7499..e76655f8ac 100644
--- a/xml/issue4323.xml
+++ b/xml/issue4323.xml
@@ -8,7 +8,7 @@
@@ -39,6 +39,12 @@ This is a separate but related issue to LWG
+Set priority to 3 after reflector poll.
+
+General disagrement with the proposed change. +Implicitly changing container requirements. +We should fix `flat_` adaptors instead. +
@@ -32,6 +32,15 @@ being > max_size. This is currently not stated in the Throws: element. I've implemented the requested additional throws and they are easily achievable.
+ ++Set priority to 3 after reflector poll. +
+
+There was discussion if `reserve()` is allowed to deallocate unused blocks,
+that materialized into LWG
@@ -28,6 +28,15 @@ No-one has objected to this before, but if you want to, please speak up.
Anyway, the Complexity of `reserve()` does not presently reflect this ability. + ++Set priority to 3 after reflector poll. +
++An explicit objection was raised that the Effects: should state +whether `reserve()` is allowed, or even required, to deallocate blocks. +
inplace_vector(from_range_t, R&& rg)
@@ -24,6 +24,16 @@ capacity of `inplace_vector`. However, we should reject it at compile time since
Given that we do a lot of compile-time size checking in <simd>,
it's worth applying that here as well. Compile-time errors are better than runtime ones.
+General support for change, after LEWG approval. +
++Suggestion was made that this could be extended to all containers, +but is unlikely to be triggred in real word, as it requires ranges +with static size greater than `size_t(-1)`. +
@@ -60,6 +60,21 @@ to `float` should do, so it needs to be added (again without breaking float equivalent constraints.
++Set priority to 1 after reflector poll. +
+
+We also need to update Effects. There are more places in
+It was pointed out that similar issues happen for complex<float16_t>. +There seem to be mismatch between language initialization rules and the intended +usage based on library API. +
+
This wording is relative to