Skip to content

Commit fb2b454

Browse files
committed
Set 4405 to P3
1 parent cac37cd commit fb2b454

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

xml/issue4405.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</section>
99
<submitter>Hewill Kang</submitter>
1010
<date>05 Oct 2025</date>
11-
<priority>99</priority>
11+
<priority>3</priority>
1212

1313
<discussion>
1414
<p>
@@ -32,6 +32,16 @@ Given that we intend to reject object slicing for both `default_accessor` and
3232
`aligned_accessor`, there seems no reason not to reject this invalid pointer
3333
arithmetic for `mdspan`.
3434
</p>
35+
36+
<note>2025-10-23; Reflector poll.</note>
37+
<p>
38+
Set priority to 3 after reflector poll.
39+
</p>
40+
<p>
41+
Even if `data_handle_type` is a pointer to `value_type`, thids does not mean
42+
that it points to contiguous range of `value_type` objects. Accessor may
43+
provide different access parttern.
44+
</p>
3545
</discussion>
3646

3747
<resolution>

0 commit comments

Comments
 (0)