Re: [PATCH v6 0/4] Implement extents from the mdspan header.

2025-05-07 Thread Jonathan Wakely
On Wed, 30 Apr 2025 at 13:30, Luc Grosheintz wrote: > > This is the sixth interation and replaces: > https://gcc.gnu.org/pipermail/libstdc++/2025-April/061190.html > > Changes since v5: > * Removed superfluous braces. > * Fixed std.cc.in > * Fixed Copyright statement. > > Any layout related code ha

[PATCH v6 0/4] Implement extents from the mdspan header.

2025-04-30 Thread Luc Grosheintz
This is the sixth interation and replaces: https://gcc.gnu.org/pipermail/libstdc++/2025-April/061190.html Changes since v5: * Removed superfluous braces. * Fixed std.cc.in * Fixed Copyright statement. Any layout related code has been removed from this patch series. Luc Grosheintz (4): libstdc+