From 2b2670eb9bec9b0e09fca8a51f603d8aba40801a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?= Date: Thu, 23 Oct 2025 12:56:44 +0200 Subject: [PATCH 1/5] Set 4422 to Tentatively Ready --- xml/issue4422.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. +

+ From 65261a769bc1a2c9c41c3d894ac496aee531480a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?= Date: Thu, 23 Oct 2025 12:41:44 +0200 Subject: [PATCH 2/5] Set 4426 to Tentatively Ready --- xml/issue4426.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. +

+ From 9918fc50e0fe6df42f12a2d1d26c50d3247dc390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?= Date: Thu, 23 Oct 2025 12:48:17 +0200 Subject: [PATCH 3/5] Set 4424 to P1 --- xml/issue4424.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 .

From 8235797917d3daa73808febc78357574c3b8d320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?= Date: Thu, 23 Oct 2025 12:49:29 +0200 Subject: [PATCH 4/5] Set 2991 to Tentatively Ready --- xml/issue2991.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 @@ - + <tt>variant</tt> copy constructor missing <tt>noexcept(<i>see below</i>)</tt>
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. +

From cfa09bb5faf3a6c03f4ffc9237456f0401aa4070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?= Date: Thu, 23 Oct 2025 13:16:57 +0200 Subject: [PATCH 5/5] Set 4382 to Tentatively Ready --- xml/issue4382.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 <tt>simd::basic_mask(bool)</tt> 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. +

+