Skip to content

Commit 56cbaca

Browse files
committed
Set 4408 to LEWG and priority to P3
1 parent 15a38ee commit 56cbaca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xml/issue4408.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4408" status="New">
4+
<issue num="4408" status="LEWG">
55
<title>Hardening `simd::vec::operator[]`</title>
66
<section>
77
<sref ref="[simd.subscr]"/>
88
<sref ref="[simd.mask.subscr]"/>
99
</section>
1010
<submitter>Hewill Kang</submitter>
1111
<date>07 Oct 2025</date>
12-
<priority>99</priority>
12+
<priority>3</priority>
1313

1414
<discussion>
1515
<p>
1616
`simd::vec::operator[]` satisfies the criteria in <paper num="P3471R4"/> and <paper num="P3697R1"/> :
1717
"violating the precondition results in a memory safety issue", which means that hardening is reasonable.
1818
</p>
19+
20+
<note>Reflector pool 2025-10-22; Status changed: New &rarr; LEWG and P3.</note>
1921
</discussion>
2022

2123
<resolution>

0 commit comments

Comments
 (0)