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 775b137 commit c4c9d0dCopy full SHA for c4c9d0d
xml/issue4370.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="4370" status="New">
+<issue num="4370" status="Tentatively Ready">
5
<title>Comparison of <code>optional<T></code> to <code>T</code> may be ill-formed</title>
6
<section>
7
<sref ref="[optional.comp.with.t]"/>
@@ -35,6 +35,12 @@ int main() {
35
return std::optional<S>{} == S{}; // <span style="color:#C80000;font-weight:bold">fire</span>
36
}
37
</pre></blockquote>
38
+
39
+<note>2025-10-16; Reflector poll</note>
40
+<p>
41
+Set status to Tentatively Ready after seven votes in favour during reflector poll.
42
+</p>
43
44
</discussion>
45
46
<resolution>
0 commit comments