diff --git a/xml/issue4144.xml b/xml/issue4144.xml
index 4769b39d20..de8f0a790a 100644
--- a/xml/issue4144.xml
+++ b/xml/issue4144.xml
@@ -1,7 +1,7 @@
-
+
Disallow unique_ptr<T&, D>
Jonathan Wakely
@@ -39,6 +39,12 @@ forbidding such types.
Discussion on the LWG reflector led to near-unanimous support for explicitly
disallowing these specializations for non-pointable types.
+
+2024-11-13; Reflector poll
+
+Set status to Tentatively Ready after eight votes in favour during reflector poll.
+
+
diff --git a/xml/issue4169.xml b/xml/issue4169.xml
index 72031866db..ac838c98de 100644
--- a/xml/issue4169.xml
+++ b/xml/issue4169.xml
@@ -1,7 +1,7 @@
-
+
std::atomic<T>'s default constructor should be constrained
Giuseppe D'Angelo
@@ -52,6 +52,12 @@ which require completeness) it would be more appropriate to use a
constraint instead, so that std::atomic<T> is default constructible if
and only if T also is.
+
+2024-11-13; Reflector poll
+
+Set status to Tentatively Ready after seven votes in favour during reflector poll.
+
+
diff --git a/xml/issue4170.xml b/xml/issue4170.xml
index 44aaf50236..2e427932b2 100644
--- a/xml/issue4170.xml
+++ b/xml/issue4170.xml
@@ -1,7 +1,7 @@
-
+
`contiguous_iterator` should require `to_address(I{})`
Casey Carter
@@ -26,6 +26,12 @@ equality-preserving for `contiguous_iterator` arguments. Given this additional r
both hold, so the two types of empty ranges involving value-initialized iterators convert
to empty pointer ranges as desired.
+
+2024-11-13; Reflector poll
+
+Set status to Tentatively Ready after eight votes in favour during reflector poll.
+
+