diff --git a/xml/issue4397.xml b/xml/issue4397.xml index d89f1f7e77..0911446c81 100644 --- a/xml/issue4397.xml +++ b/xml/issue4397.xml @@ -6,7 +6,7 @@
Hewill Kang 02 Oct 2025 -99 +3

@@ -14,6 +14,19 @@ It is preferable to reject span<int, 42>(views::empty<int>), since applying `ranges::size` on those ranges is a constant expression now.

+ +2025-10-20; Reflector poll. +

+Set priority to 3 after reflector poll. +

+

+The opinions on reflector discussion where split regarding, +if this should be considered LEWG matter. +

+

+Question was raised, if ranges::size(r) == N is required +to be usable at compile-time for integer-class types. +

diff --git a/xml/issue4404.xml b/xml/issue4404.xml index a67e214910..54628b17a7 100644 --- a/xml/issue4404.xml +++ b/xml/issue4404.xml @@ -1,7 +1,7 @@ - + Should <code>span(R&&)</code> CTAD apply P2280?
@@ -53,6 +53,11 @@ auto r = std::array<int, N>{} | std::views::as_const; // as_const_view< auto s2 = to_span(r); static_assert(std::same_as<decltype(s2), std::span<const int, N>>); // fire, ok after this PR + +2025-10-20 Reflector poll. Status changed: NAD → Tentatively NAD. +

+This is breaking change, and we need a paper with analysis. +