Re: [PATCH v3 6/9] libstdc++: Implement layout_right from mdspan.

2025-05-22 Thread Tomasz Kaminski
On Wed, May 21, 2025 at 11:53 AM 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. > > Signed-off-by: L

[PATCH v3 6/9] libstdc++: Implement layout_right from mdspan.

2025-05-21 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. Signed-off-by: Luc Grosheintz --- libstdc++-v3/include/std/mdspan | 153