This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f40f96bcf25 libstdc++: Implement layout_right from mdspan. new 5b9edf2d37d libstdc++: Add tests for layout_right. new 4fc47a8913f libstdc++: Implement layout_stride from mdspan. new 4e3dbecb90d libstdc++: Add tests for layout_stride. new 1620e1ac8f5 libstdc++: Make layout_left(layout_stride) noexcept. new 90f7bbfe221 libstdc++: Uglify __mapping_alike template parameter and fi [...]
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/include/std/mdspan | 252 +++++++++- libstdc++-v3/src/c++23/std.cc.in | 3 +- .../mdspan/layouts/class_mandate_neg.cc | 16 +- .../23_containers/mdspan/layouts/ctors.cc | 158 +++++++ .../23_containers/mdspan/layouts/empty.cc | 21 +- .../23_containers/mdspan/layouts/mapping.cc | 153 +++++- .../23_containers/mdspan/layouts/stride.cc | 526 +++++++++++++++++++++ 7 files changed, 1112 insertions(+), 17 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/stride.cc