Re: [PATCH v3] libstdc++: Implement std::dims from .

2025-08-21 Thread Tomasz Kaminski
Patches pushed. On Wed, Aug 20, 2025 at 7:17 PM Jonathan Wakely wrote: > On 21/07/25 17:50 +0200, Luc Grosheintz wrote: > >This commit implements the C++26 feature std::dims described in P2389R2. > >It sets the feature testing macro to 202406 and adds tests. > > > >Also fixes the test mdspan/ver

Re: [PATCH v3] libstdc++: Implement std::dims from .

2025-08-20 Thread Jonathan Wakely
On 21/07/25 17:50 +0200, Luc Grosheintz wrote: This commit implements the C++26 feature std::dims described in P2389R2. It sets the feature testing macro to 202406 and adds tests. Also fixes the test mdspan/version.cc libstdc++-v3/ChangeLog: * include/bits/version.def (mdspan): Set val

Re: [PATCH v3] libstdc++: Implement std::dims from .

2025-07-22 Thread Tomasz Kaminski
On Mon, Jul 21, 2025 at 5:51 PM Luc Grosheintz wrote: > This commit implements the C++26 feature std::dims described in P2389R2. > It sets the feature testing macro to 202406 and adds tests. > > Also fixes the test mdspan/version.cc > > libstdc++-v3/ChangeLog: > > * include/bits/version.d

[PATCH v3] libstdc++: Implement std::dims from .

2025-07-21 Thread Luc Grosheintz
This commit implements the C++26 feature std::dims described in P2389R2. It sets the feature testing macro to 202406 and adds tests. Also fixes the test mdspan/version.cc libstdc++-v3/ChangeLog: * include/bits/version.def (mdspan): Set value for C++26. * include/bits/version.h: R