This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aa667c3f36d libstdc++: P2106R0 Alternative wording for GB315 and GB316 new f5b4dc38852 libstdc++: P2116R0 Remove tuple-like protocol support from [...] new f09f32427b2 libstdc++: Reorder declarations of std::span members new d6c9e372372 libstdc++: Fix and simplify constraints on std::span constructors new 9b8e2dea783 libstdc++: P1976R2 Fixed-size span construction from dynamic range
The 4 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/ChangeLog | 38 +++++ libstdc++-v3/include/std/span | 185 ++++++++++----------- libstdc++-v3/include/std/version | 2 +- libstdc++-v3/testsuite/23_containers/span/1.cc | 2 +- libstdc++-v3/testsuite/23_containers/span/2.cc | 2 +- .../testsuite/23_containers/span/everything.cc | 4 - .../span/explicit.cc} | 61 +++---- .../testsuite/23_containers/span/get_neg.cc | 30 ---- .../span/tuple_element_dynamic_neg.cc | 25 --- .../23_containers/span/tuple_element_oob_neg.cc | 25 --- .../testsuite/23_containers/span/tuple_size_neg.cc | 25 --- 11 files changed, 156 insertions(+), 243 deletions(-) copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...] delete mode 100644 libstdc++-v3/testsuite/23_containers/span/get_neg.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/span/tuple_element_dynamic_neg.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/span/tuple_element_oob_neg.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/span/tuple_size_neg.cc