This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 444a31f3b35 Daily bump. new c48bedd1806 libstdc++/ranges: Use perfect forwarding in _Pipe and _Part [...] new 3e1ffa7dd11 libstdc++: Use C++23 deducing this in std::bind_front new ac1a399bf61 libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]
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/version.def | 9 + libstdc++-v3/include/bits/version.h | 221 +++++++++++---------- libstdc++-v3/include/std/functional | 89 ++++++++- libstdc++-v3/include/std/ranges | 69 ++++--- .../{bind_front => bind_back}/1.cc | 75 +++---- .../{bind_front => bind_back}/111327.cc | 24 ++- .../20_util/function_objects/bind_front/111327.cc | 14 +- 7 files changed, 307 insertions(+), 194 deletions(-) copy libstdc++-v3/testsuite/20_util/function_objects/{bind_front => bind_back}/1.cc (65%) copy libstdc++-v3/testsuite/20_util/function_objects/{bind_front => bind_back}/111 [...]