Skip to content

Commit 993b869

Browse files
committed
Move 4447 to Immediate
1 parent 8499df1 commit 993b869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/issue4447.xml

Lines changed: 3 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="4447" status="New">
4+
<issue num="4447" status="Immediate">
55
<title>Remove unnecessary `sizeof…(Env) &gt; 1` condition</title>
66
<section>
77
<sref ref="[execution.syn]"/>
@@ -13,6 +13,8 @@
1313
<discussion>
1414
<b>Addresses <a href="https://github.com/cplusplus/nbballot/issues/900">US 206-325</a></b>
1515
<p>The “`sizeof…(Env) &gt; 1` is `true`” part seems unreachable because `CS` is ill-formed in that case.</p>
16+
17+
<note>Kona 2025-11-05; approved by LWG. Status changed: New &rarr; Immediate.</note>
1618
</discussion>
1719

1820
<resolution>

0 commit comments

Comments
 (0)