diff --git a/xml/issue4256.xml b/xml/issue4256.xml
index 31a2b1a019..dd21cc6721 100644
--- a/xml/issue4256.xml
+++ b/xml/issue4256.xml
@@ -1,7 +1,7 @@
-function_ref constructors from nontype_tF is decltype(f) i.e. M for the exa
We should use const F& or decltype((f)).
+Set status to Tentatively Ready after six votes in favour during reflector poll. +
@@ -163,6 +163,15 @@ The updated resolution allows indirection but making it unspecified if will refer to source object or its target.
+ ++Set priority to 2 after reflector poll. +
++Strong oposition to making it unspecified whether function_ref constructed from +other function_ref will reference source object or its target directly. +
struct [[nodiscard]] A { };
@@ -43,6 +43,21 @@ That would allow us to be selective about which uses of
INVOKE<void> we consider to be explicit about
discarding results, and which we don't.
+
+2025-10-21; Reflector poll.
+
+Set priority to 3 after reflector poll.
+
+
+Split opinions between considering this NAD due warnings being QoI matter,
+and explicit use static_cast<void> indicating that any
+nodiscard warning should be silenced.
+
+
+Concerns where expressed that removing static_assert is insufficient,
+as warnings may be still suppressed by heuristics that remove warnings
+originating from system headers.
+
@@ -27,6 +27,8 @@ Not to mention that library implementations usually simply use arrays instead of hash tables for the common string case because characters only have 256 values, so `unordered_map` is not actually used.
+ ++Set status to Tentatively Ready after six votes in favour during reflector poll. +