We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8499df1 commit 993b869Copy full SHA for 993b869
xml/issue4447.xml
@@ -1,7 +1,7 @@
1
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
4
-<issue num="4447" status="New">
+<issue num="4447" status="Immediate">
5
<title>Remove unnecessary `sizeof…(Env) > 1` condition</title>
6
<section>
7
<sref ref="[execution.syn]"/>
@@ -13,6 +13,8 @@
13
<discussion>
14
<b>Addresses <a href="https://github.com/cplusplus/nbballot/issues/900">US 206-325</a></b>
15
<p>The “`sizeof…(Env) > 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 → Immediate.</note>
18
</discussion>
19
20
<resolution>
0 commit comments