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

2025-06-03 Thread Jonathan Wakely
On Tue, 3 Jun 2025 at 13:13, Tomasz Kaminski wrote: > > > > On Fri, May 30, 2025 at 6:47 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 clas

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

2025-06-03 Thread Tomasz Kaminski
On Fri, May 30, 2025 at 6:47 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: