Re: [PATCH v6 2/8] libstdc++: Implement layout_left from mdspan.

2025-06-11 Thread Jonathan Wakely
On Wed, 4 Jun 2025 at 16:00, Luc Grosheintz wrote: > > Implements the parts of layout_left that don't depend on any of the > other layouts. > > libstdc++-v3/ChangeLog: > > * include/std/mdspan (layout_left): New class. > * src/c++23/std.cc.in: Add layout_left. > > Signed-off-by: Lu

Re: [PATCH v6 2/8] libstdc++: Implement layout_left from mdspan.

2025-06-05 Thread Tomasz Kaminski
On Wed, Jun 4, 2025 at 5:02 PM Luc Grosheintz wrote: > Implements the parts of layout_left that don't depend on any of the > other layouts. > > libstdc++-v3/ChangeLog: > > * include/std/mdspan (layout_left): New class. > * src/c++23/std.cc.in: Add layout_left. > > Signed-off-by: L