This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e4afea3b19 aarch64: Make stack smash canary protect saved registers new f1e87aee5b7 libstdc++: Remove std::bind_front specialization for no bound args new 4289f6ceefe libstdc++: Fix std::bind_front perfect forwarding [PR111327] new 52f65d17c85 libstdc++: Fix std::not_fn perfect forwarding [PR111327]
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/std/functional | 89 ++++++---------------- .../20_util/function_objects/bind_front/111327.cc | 41 ++++++++++ .../20_util/function_objects/not_fn/111327.cc | 29 +++++++ 3 files changed, 95 insertions(+), 64 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/not_fn/111327.cc