Re: [PATCH v1 1/6] libstdc++: Implement layout_left from mdspan.

2025-05-20 Thread Luc Grosheintz
On 5/19/25 1:46 PM, Tomasz Kaminski wrote: On Sun, May 18, 2025 at 10:11 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. Signed-off-by: Luc Groshein

Re: [PATCH v1 1/6] libstdc++: Implement layout_left from mdspan.

2025-05-19 Thread Tomasz Kaminski
On Sun, May 18, 2025 at 10:11 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. > > Signed-off-by: Luc Grosheintz > --- > libstdc++-v3/include/std