This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ba1e169072e libstdc++: Add constexpr to operator delete in 18_support/h [...] new 828ac566b7c libstdc++: Prepare mdspan-related code for submdspan.
The 1 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 | 49 ++++++++-------- .../testsuite/23_containers/mdspan/int_like.h | 25 ++++++--- .../{layouts/padded_traits.h => layout_traits.h} | 65 ++++++++++++++++++---- .../23_containers/mdspan/layouts/ctors.cc | 2 +- .../23_containers/mdspan/layouts/mapping.cc | 2 +- .../23_containers/mdspan/layouts/padded.cc | 2 +- .../23_containers/mdspan/layouts/padded_neg.cc | 2 +- 7 files changed, 101 insertions(+), 46 deletions(-) rename libstdc++-v3/testsuite/23_containers/mdspan/{layouts/padded_traits.h => lay [...]