Re: [PATCH v1] libstdc++: Implement std::dims.

2025-07-17 Thread Jonathan Wakely
On Thu, 17 Jul 2025 at 08:11, Luc Grosheintz wrote: > > This commit implements the C++26 feature std::dims, sets the feature > testing macro to 202403 and adds tests. This should be 202406 > > libstdc++-v3/ChangeLog: > > * include/bits/version.def (mdspan): Set value for C++26. >

Re: [PATCH v1] libstdc++: Implement std::dims.

2025-07-17 Thread Tomasz Kaminski
On Thu, Jul 17, 2025 at 9:09 AM Luc Grosheintz wrote: This commit implements the C++26 feature std::dims, sets the feature > testing macro to 202403 and adds tests. > > libstdc++-v3/ChangeLog: > > * include/bits/version.def (mdspan): Set value for C++26. > * include/bits/version.h

Re: [PATCH v1] libstdc++: Implement std::dims.

2025-07-17 Thread Luc Grosheintz
On 7/17/25 09:07, Luc Grosheintz wrote: This commit implements the C++26 feature std::dims, sets the feature testing macro to 202403 and adds tests. libstdc++-v3/ChangeLog: * include/bits/version.def (mdspan): Set value for C++26. * include/bits/version.h: Regenerate.

[PATCH v1] libstdc++: Implement std::dims.

2025-07-17 Thread Luc Grosheintz
This commit implements the C++26 feature std::dims, sets the feature testing macro to 202403 and adds tests. libstdc++-v3/ChangeLog: * include/bits/version.def (mdspan): Set value for C++26. * include/bits/version.h: Regenerate. * include/std/mdspan (dims): Add. *