This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8798e0b31c libgo: reduce overhead for memory/block/mutex profiling new a858e2a4ea8 Define std::__invoke_r for INVOKE<R> new 3ff2b6404f9 Use INVOKE<R> in std::function, std::bind and std::packaged_task
The 2 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 | 19 ++++++ libstdc++-v3/include/bits/invoke.h | 59 +++++++++++++++++ libstdc++-v3/include/bits/std_function.h | 74 ++-------------------- libstdc++-v3/include/std/functional | 62 +++--------------- libstdc++-v3/include/std/future | 10 +-- .../testsuite/20_util/function_objects/invoke/1.cc | 40 +++++++++++- .../nullptr.cc => function_objects/invoke/2.cc} | 23 ++++--- 7 files changed, 149 insertions(+), 138 deletions(-) copy libstdc++-v3/testsuite/20_util/{hash/nullptr.cc => function_objects/invoke/2. [...]