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.
>
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
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.
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.
*