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
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
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):
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/
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