Skip to content

Commit b623f18

Browse files
committed
Move 4304 to Immediate
1 parent d243604 commit b623f18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/issue4304.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="4304" status="New">
4+
<issue num="4304" status="Immediate">
55
<title><tt>std::optional&lt;<i>NonReturnable</i>&amp;&gt;</tt> is ill-formed due to `value_or`</title>
66
<section><sref ref="[optional.ref.observe]"/></section>
77
<submitter>Jiang An</submitter>
@@ -81,6 +81,8 @@ return has_value() ? *<i>val</i> : static_cast&lt;X&gt;(std::forward&lt;U&gt;(u)
8181

8282
<note>2025-10-16; Jonathan provides new wording</note>
8383

84+
85+
<note>Kona 2025-11-04; approved by LWG. Status changed: New &rarr; Immediate.</note>
8486
</discussion>
8587

8688
<resolution>

0 commit comments

Comments
 (0)