Skip to content

Commit b6fc4f5

Browse files
committed
Set 4401 to LEWG/P3
1 parent b1b7d87 commit b6fc4f5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

xml/issue4401.xml

Lines changed: 11 additions & 2 deletions
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="4401" status="New">
4+
<issue num="4401" status="LEWG">
55
<title>`join_view` should be `sized_range` when applied to ranges of `simd::vec`</title>
66
<section>
77
<sref ref="[range.join.view]"/>
@@ -10,7 +10,7 @@
1010
</section>
1111
<submitter>Hewill Kang</submitter>
1212
<date>02 Oct 2025</date>
13-
<priority>99</priority>
13+
<priority>3</priority>
1414

1515
<discussion>
1616
<p>
@@ -33,6 +33,15 @@ In <code>&lt;ranges&gt;</code>, we use the <code><i>tiny-range</i></code> concep
3333
to consider types that can obtain static sizes specifically, and `simd::vec`
3434
seems to be a good fit.
3535
</p>
36+
37+
<note>2025-10-23; Reflector poll; Status changed: New &rarr; LEWG and P3.</note>
38+
<p>
39+
Introducting statically sized ranges and handling them in views, should be
40+
handle as a paper.
41+
</p>
42+
<p>
43+
The proposed change is also relevant to fixed-size <tt>span</tt>.
44+
</p>
3645
</discussion>
3746

3847
<resolution>

0 commit comments

Comments
 (0)