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 @@ - + Incorrect constrains for <code>function_ref</code> constructors from <code>nontype_t</code>
Tomasz Kamiński @@ -33,6 +33,11 @@ where F is decltype(f) i.e. M for the exa We should use const F& or decltype((f)).

+ +2025-10-21; Reflector poll. +

+Set status to Tentatively Ready after six votes in favour during reflector poll. +

diff --git a/xml/issue4264.xml b/xml/issue4264.xml index eeea7a61b8..f23cac9b22 100644 --- a/xml/issue4264.xml +++ b/xml/issue4264.xml @@ -6,7 +6,7 @@
Tomasz Kamiński 15 May 2025 -99 +2

@@ -163,6 +163,15 @@ The updated resolution allows indirection but making it unspecified if will refer to source object or its target.

+ +2025-10-21; Reflector poll. +

+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. +

diff --git a/xml/issue4268.xml b/xml/issue4268.xml index 17d8072fda..26ca6204e0 100644 --- a/xml/issue4268.xml +++ b/xml/issue4268.xml @@ -6,7 +6,7 @@
Jonathan Wakely 29 May 2025 -99 +3
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. +

diff --git a/xml/issue4365.xml b/xml/issue4365.xml index ecae355ebe..062769f334 100644 --- a/xml/issue4365.xml +++ b/xml/issue4365.xml @@ -1,14 +1,14 @@ - + `boyer_moore_searcher` and `boyer_moore_horspool_searcher` should be `constexpr`-friendly
Hewill Kang 03 Sep 2025 -99 +4

@@ -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.

+ +2025-10-21 Reflector poll; Status changed: New → LEWG and priority set to P4.
diff --git a/xml/issue4425.xml b/xml/issue4425.xml index dbf6aaf6df..9caa91d0fc 100644 --- a/xml/issue4425.xml +++ b/xml/issue4425.xml @@ -1,7 +1,7 @@ - + CTAD <tt>function_ref</tt> of data member pointer should produce <tt>noexcept</tt> signature
Tomasz Kamiński @@ -19,6 +19,11 @@ member. As accessing a data member can never throw exception and function_re support noexcept qualifed function types, the deduction guide should be updated to produce noexcept-qualified signature.

+ +2025-10-21; Reflector poll. +

+Set status to Tentatively Ready after six votes in favour during reflector poll. +