Re: [PATCH v3 3/3] libstdc++: Implement aligned_accessor from mdspan [PR120994]

2025-07-25 Thread Tomasz Kaminski
On Fri, Jul 25, 2025 at 10:37 AM Luc Grosheintz wrote: > > > On 7/23/25 11:25, Luc Grosheintz wrote: > > This commit completes the implementation of P2897R7 by implementing and > > testing the template class aligned_accessor. > > > > PR libstdc++/120994 > > > > libstdc++-v3/ChangeLog: > > >

Re: [PATCH v3 3/3] libstdc++: Implement aligned_accessor from mdspan [PR120994]

2025-07-25 Thread Luc Grosheintz
On 7/23/25 11:25, Luc Grosheintz wrote: This commit completes the implementation of P2897R7 by implementing and testing the template class aligned_accessor. PR libstdc++/120994 libstdc++-v3/ChangeLog: * include/bits/version.def (aligned_accessor): Add. * include/bits

Re: [PATCH v3 3/3] libstdc++: Implement aligned_accessor from mdspan [PR120994]

2025-07-23 Thread Luc Grosheintz
On 7/23/25 13:20, Tomasz Kaminski wrote: On Wed, Jul 23, 2025 at 11:34 AM Luc Grosheintz wrote: This commit completes the implementation of P2897R7 by implementing and testing the template class aligned_accessor. PR libstdc++/120994 libstdc++-v3/ChangeLog: * include/bit

Re: [PATCH v3 3/3] libstdc++: Implement aligned_accessor from mdspan [PR120994]

2025-07-23 Thread Tomasz Kaminski
On Wed, Jul 23, 2025 at 11:34 AM Luc Grosheintz wrote: > This commit completes the implementation of P2897R7 by implementing and > testing the template class aligned_accessor. > > PR libstdc++/120994 > > libstdc++-v3/ChangeLog: > > * include/bits/version.def (aligned_accessor): Ad

[PATCH v3 3/3] libstdc++: Implement aligned_accessor from mdspan [PR120994]

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