This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a98dd536b10 Update LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook new b552730faf3 libstdc++: Implement P2609R3 changes to the indirect invoca [...] new 620232426bd libstdc++: Implement P2997R1 changes to the indirect invoca [...] new 51761c50f84 libstdc++: Optimize std::projected<I, std::identity>
The 3 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/bits/iterator_concepts.h | 83 ++++++++++++++-------- libstdc++-v3/include/bits/version.def | 7 +- libstdc++-v3/include/bits/version.h | 11 ++- .../24_iterators/indirect_callable/p2609r3.cc | 27 +++++++ .../24_iterators/indirect_callable/p2997r1.cc | 37 ++++++++++ .../24_iterators/indirect_callable/projected.cc | 5 ++ .../std/ranges/headers/ranges/synopsis.cc | 6 +- libstdc++-v3/testsuite/std/ranges/version_c++23.cc | 70 ------------------ 8 files changed, 143 insertions(+), 103 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/indirect_callable/p2609r3.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/indirect_callable/p2997r1.cc delete mode 100644 libstdc++-v3/testsuite/std/ranges/version_c++23.cc