diff --git a/xml/issue2991.xml b/xml/issue2991.xml
index cd30e21169..712e1755f6 100644
--- a/xml/issue2991.xml
+++ b/xml/issue2991.xml
@@ -1,7 +1,7 @@
-
+
variant copy constructor missing noexcept(see below)
Peter Dimov
@@ -84,6 +84,11 @@ variant(const variant& w) noexcept(see below);
2025-10-20; Jonathan provides updated wording
+
+2025-10-23; Reflector poll.
+
+Set status to Tentatively Ready after five votes in favour during reflector poll.
+
diff --git a/xml/issue4382.xml b/xml/issue4382.xml
index a89ea5e46f..dd6399dc67 100644
--- a/xml/issue4382.xml
+++ b/xml/issue4382.xml
@@ -1,7 +1,7 @@
-
+
The simd::basic_mask(bool) overload needs to be more constrained
@@ -88,6 +88,12 @@ namespace std::simd {
2025-10-06; Matthias Kretz improves wording after reflector discussion
+
+2025-10-23; Reflector poll.
+
+Set status to Tentatively Ready after seven votes in favour during reflector poll.
+
+
diff --git a/xml/issue4422.xml b/xml/issue4422.xml
index 2644fc6557..c24c9bf003 100644
--- a/xml/issue4422.xml
+++ b/xml/issue4422.xml
@@ -1,7 +1,7 @@
-
+
`meta::access_context` should be a consteval-only type
Jakub Jelinek
@@ -26,6 +26,12 @@ be put in paragraph 3, adjacent to 'structural'.
Also added a drive-by editorial change to paragraph 1.
+
+2025-10-23; Reflector poll.
+
+Set status to Tentatively Ready after six votes in favour during reflector poll.
+
+
diff --git a/xml/issue4424.xml b/xml/issue4424.xml
index 79df88a824..fec81d6429 100644
--- a/xml/issue4424.xml
+++ b/xml/issue4424.xml
@@ -6,7 +6,7 @@
Jakub Jelinek
20 Oct 2025
-99
+1
@@ -22,7 +22,14 @@ And what happens if you try to define a cv-qualified type:
struct S; meta::define_aggregate(^^const S, {});
Should this be an error, or inject a definition of the unqualified type?
+
+2025-10-23; Reflector poll.
+
+Set priority to 1 after reflector poll.
+
+
+
This wording is relative to .
diff --git a/xml/issue4426.xml b/xml/issue4426.xml
index acf60b7ace..cb546a4880 100644
--- a/xml/issue4426.xml
+++ b/xml/issue4426.xml
@@ -1,7 +1,7 @@
-
+
Clarify what `meta::reflect_constant_string` considers a string literal
Jakub Jelinek
@@ -26,6 +26,12 @@ Should it omit the `'\0'` from `string_view("abc", 3)`?
Also, "null terminator" is only defined in
and not used for string literal objects ().
+
+2025-10-23; Reflector poll.
+
+Set status to Tentatively Ready after six votes in favour during reflector poll.
+
+