Re: [PATCH v1 3/3] libstdc++: Implement aligned_accessor from mdspan.

2025-07-17 Thread Jonathan Wakely
On Thu, 17 Jul 2025 at 15:59, Tomasz Kaminski wrote: > The standard just says that this is UB, so we are testing something that is > not > required to pass by the standard. This is why I am a bit hesitant on death > tests like that. > Jonathan, do you have an opinion on this? If we have an asser

Re: [PATCH v1 3/3] libstdc++: Implement aligned_accessor from mdspan.

2025-07-17 Thread Tomasz Kaminski
On Thu, Jul 17, 2025 at 11:57 AM Luc Grosheintz wrote: > > > On 7/8/25 17:37, Tomasz Kaminski wrote: > > On Thu, Jul 3, 2025 at 12:38 PM Luc Grosheintz > > > wrote: > > > >> This commit completes the implementation of P2897R7 by implementing and > >> testing the template class aligned_accessor.

Re: [PATCH v1 3/3] libstdc++: Implement aligned_accessor from mdspan.

2025-07-17 Thread Luc Grosheintz
On 7/8/25 17:37, Tomasz Kaminski wrote: On Thu, Jul 3, 2025 at 12:38 PM Luc Grosheintz wrote: This commit completes the implementation of P2897R7 by implementing and testing the template class aligned_accessor. libstdc++-v3/ChangeLog: * include/bits/version.def (aligned_accessor)

Re: [PATCH v1 3/3] libstdc++: Implement aligned_accessor from mdspan.

2025-07-08 Thread Tomasz Kaminski
On Thu, Jul 3, 2025 at 12:38 PM Luc Grosheintz wrote: > This commit completes the implementation of P2897R7 by implementing and > testing the template class aligned_accessor. > > libstdc++-v3/ChangeLog: > > * include/bits/version.def (aligned_accessor): Add. > * include/bits/versi

[PATCH v1 3/3] libstdc++: Implement aligned_accessor from mdspan.

2025-07-03 Thread Luc Grosheintz
This commit completes the implementation of P2897R7 by implementing and testing the template class aligned_accessor. libstdc++-v3/ChangeLog: * include/bits/version.def (aligned_accessor): Add. * include/bits/version.h: Regenerate. * include/std/mdspan (aligned_accessor): N