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 d243604 commit b623f18Copy full SHA for b623f18
xml/issue4304.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="4304" status="New">
+<issue num="4304" status="Immediate">
5
<title><tt>std::optional<<i>NonReturnable</i>&></tt> is ill-formed due to `value_or`</title>
6
<section><sref ref="[optional.ref.observe]"/></section>
7
<submitter>Jiang An</submitter>
@@ -81,6 +81,8 @@ return has_value() ? *<i>val</i> : static_cast<X>(std::forward<U>(u)
81
82
<note>2025-10-16; Jonathan provides new wording</note>
83
84
+
85
+<note>Kona 2025-11-04; approved by LWG. Status changed: New → Immediate.</note>
86
</discussion>
87
88
<resolution>
0 commit comments