Re: [PATCH v6 4/8] libstdc++: Implement layout_right from mdspan.

2025-06-11 Thread Jonathan Wakely
On Wed, 4 Jun 2025 at 16:10, Luc Grosheintz wrote: > > Implement the parts of layout_left that depend on layout_right; and the > parts of layout_right that don't depend on layout_stride. > > libstdc++-v3/ChangeLog: > > * include/std/mdspan (layout_right): New class. > * src/c++23/s

Re: [PATCH v6 4/8] libstdc++: Implement layout_right from mdspan.

2025-06-11 Thread Tomasz Kaminski
On Tue, Jun 10, 2025 at 8:40 AM Luc Grosheintz wrote: > If not committed yet, there's a style error, see below. > Will be included in my fixup commit. > > On 6/4/25 16:58, Luc Grosheintz wrote: > > Implement the parts of layout_left that depend on layout_right; and the > > parts of layout_right

Re: [PATCH v6 4/8] libstdc++: Implement layout_right from mdspan.

2025-06-09 Thread Luc Grosheintz
If not committed yet, there's a style error, see below. On 6/4/25 16:58, Luc Grosheintz wrote: Implement the parts of layout_left that depend on layout_right; and the parts of layout_right that don't depend on layout_stride. libstdc++-v3/ChangeLog: * include/std/mdspan (layout_right):

Re: [PATCH v6 4/8] libstdc++: Implement layout_right from mdspan.

2025-06-05 Thread Tomasz Kaminski
On Wed, Jun 4, 2025 at 5:09 PM Luc Grosheintz wrote: > Implement the parts of layout_left that depend on layout_right; and the > parts of layout_right that don't depend on layout_stride. > > libstdc++-v3/ChangeLog: > > * include/std/mdspan (layout_right): New class. > * src/c++23/

[PATCH v6 4/8] libstdc++: Implement layout_right from mdspan.

2025-06-04 Thread Luc Grosheintz
Implement the parts of layout_left that depend on layout_right; and the parts of layout_right that don't depend on layout_stride. libstdc++-v3/ChangeLog: * include/std/mdspan (layout_right): New class. * src/c++23/std.cc.in: Add layout_right. Signed-off-by: Luc Grosheintz --- l