Skip to content

Commit 0c95e3b

Browse files
committed
Set 4477 to Tentatively
1 parent 109f3cb commit 0c95e3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

xml/issue4477.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="4477" status="New">
4+
<issue num="4477" status="Tentatively Ready">
55
<title>Placement `operator delete` should be constexpr</title>
66
<section><sref ref="[new.delete.placement]"/></section>
77
<submitter>Jakub Jelinek</submitter>
@@ -22,6 +22,11 @@ it invokes placement operator delete. And P2747R2 didn't touch that.
2222
This makes it impossible to handle an exception thrown by a placement
2323
new-expression during constant evaluation.
2424
</p>
25+
26+
<note>2025-11-26; Reflector poll.</note>
27+
<p>
28+
Set status to Tentatively Ready after six votes in favour during reflector poll.
29+
</p>
2530
</discussion>
2631

2732
<resolution>

0 commit comments

Comments
 (0)