Skip to content

Commit aa31d74

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xml/issue4404.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ auto r = std::array<int, N>{} | std::views::as_const; // as_const_view<
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+
<p>
57+
This is breaking change, and we need a paper with analysis.
58+
</p>
5659
</discussion>
5760

5861
<resolution>

0 commit comments

Comments
 (0)