Skip to content

Commit 26fc38e

Browse files
committed
Set 4404 to Tentatively NAD
1 parent ef9fb00 commit 26fc38e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

xml/issue4404.xml

Lines changed: 6 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="4404" status="New">
4+
<issue num="4404" status="NAD">
55
<title>Should <code>span(R&amp;&amp;)</code> CTAD apply P2280?</title>
66
<section>
77
<sref ref="[span.deduct]"/>
@@ -53,6 +53,11 @@ auto r = std::array&lt;int, N&gt;{} | std::views::as_const; // as_const_view&lt;
5353
auto s2 = to_span(r);
5454
static_assert(std::same_as&lt;decltype(s2), std::span&lt;const int, N&gt;&gt;); // <span style="color:red;font-weight:bolder">fire, ok after this PR</span>
5555
</pre></blockquote>
56+
57+
<note>2025-10-20 Reflector poll. Status changed: New &rarr; NAD.</note>
58+
<p>
59+
This is breaking change, and we need a paper with analysis.
60+
</p>
5661
</discussion>
5762

5863
<resolution>

0 commit comments

Comments
 (0)