Re: [PATCH v3 8/9] libstdc++: Implement layout_stride from mdspan.

2025-05-22 Thread Luc Grosheintz
On 5/22/25 14:37, Tomasz Kaminski wrote: On Wed, May 21, 2025 at 12:04 PM Luc Grosheintz wrote: Implements the remaining parts of layout_left and layout_right; and all of layout_stride. libstdc++-v3/ChangeLog: * include/std/mdspan(layout_stride): New class. Signed-off-by: Luc Gr

Re: [PATCH v3 8/9] libstdc++: Implement layout_stride from mdspan.

2025-05-22 Thread Tomasz Kaminski
On Thu, May 22, 2025 at 2:37 PM Tomasz Kaminski wrote: > > > On Wed, May 21, 2025 at 12:04 PM Luc Grosheintz > wrote: > >> Implements the remaining parts of layout_left and layout_right; and all >> of layout_stride. >> >> libstdc++-v3/ChangeLog: >> >> * include/std/mdspan(layout_stride):

Re: [PATCH v3 8/9] libstdc++: Implement layout_stride from mdspan.

2025-05-22 Thread Tomasz Kaminski
On Thu, May 22, 2025 at 2:37 PM Tomasz Kaminski wrote: > > > On Wed, May 21, 2025 at 12:04 PM Luc Grosheintz > wrote: > >> Implements the remaining parts of layout_left and layout_right; and all >> of layout_stride. >> >> libstdc++-v3/ChangeLog: >> >> * include/std/mdspan(layout_stride):

Re: [PATCH v3 8/9] libstdc++: Implement layout_stride from mdspan.

2025-05-22 Thread Tomasz Kaminski
On Wed, May 21, 2025 at 12:04 PM Luc Grosheintz wrote: > Implements the remaining parts of layout_left and layout_right; and all > of layout_stride. > > libstdc++-v3/ChangeLog: > > * include/std/mdspan(layout_stride): New class. > > Signed-off-by: Luc Grosheintz > --- > libstdc++-v3/inc

[PATCH v3 8/9] libstdc++: Implement layout_stride from mdspan.

2025-05-21 Thread Luc Grosheintz
Implements the remaining parts of layout_left and layout_right; and all of layout_stride. libstdc++-v3/ChangeLog: * include/std/mdspan(layout_stride): New class. Signed-off-by: Luc Grosheintz --- libstdc++-v3/include/std/mdspan | 216 +++- 1 file changed, 21