Re: [PATCH v1 0/3] Implement aligned_accessor [P2897R7].

2025-07-08 Thread Tomasz Kaminski
I have created a separate bugzilla for it: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120994 On Tue, Jul 8, 2025 at 9:58 AM Luc Grosheintz wrote: > How would you like to track this on bugzilla: > >1. As part of submdspan: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110352 >https:

Re: [PATCH v1 0/3] Implement aligned_accessor [P2897R7].

2025-07-08 Thread Luc Grosheintz
How would you like to track this on bugzilla: 1. As part of submdspan: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110352 https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2630r4.html 2. As a new issue, because it's a different paper: https://www.open-std.org/jtc1/sc22/wg21/do

[PATCH v1 0/3] Implement aligned_accessor [P2897R7].

2025-07-03 Thread Luc Grosheintz
This patch series implements the aligned_accessor paper P2897R7 in three parts: - Implement `is_sufficiently_aligned` which is part of . - Prepare the accessor tests for reuse. - Implement aligned_accessor. A couple of remarks: - The paper P2897R7 and spec N5008 don't specify that the al