Skip to content

Commit c4c9d0d

Browse files
committed
Set 4370 to Tentatively Ready
1 parent 775b137 commit c4c9d0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xml/issue4370.xml

Lines changed: 7 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="4370" status="New">
4+
<issue num="4370" status="Tentatively Ready">
55
<title>Comparison of <code>optional&lt;T&gt;</code> to <code>T</code> may be ill-formed</title>
66
<section>
77
<sref ref="[optional.comp.with.t]"/>
@@ -35,6 +35,12 @@ int main() {
3535
return std::optional&lt;S&gt;{} == S{}; // <span style="color:#C80000;font-weight:bold">fire</span>
3636
}
3737
</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+
3844
</discussion>
3945

4046
<resolution>

0 commit comments

Comments
 (0)