Skip to content

Commit f591ad3

Browse files
committed
Set 4425 to Tentatively Ready
1 parent 93ddb74 commit f591ad3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

xml/issue4425.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4425" status="New">
4+
<issue num="4425" status="Tentatively Ready">
55
<title>CTAD <tt>function_ref</tt> of data member pointer should produce <tt>noexcept</tt> signature</title>
66
<section><sref ref="[func.wrap.ref.deduct]"/></section>
77
<submitter>Tomasz Kami&nacute;ski</submitter>
@@ -19,6 +19,11 @@ member. As accessing a data member can never throw exception and <tt>function_re
1919
support <tt>noexcept</tt> qualifed function types, the deduction guide should be
2020
updated to produce <tt>noexcept</tt>-qualified signature.</p>
2121

22+
23+
<note>2025-10-21; Reflector poll.</note>
24+
<p>
25+
Set status to Tentatively Ready after six votes in favour during reflector poll.
26+
</p>
2227
</discussion>
2328

2429
<resolution>

0 commit comments

Comments
 (0)