This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9c9a7316adb libstdc++: Preserve the argument type in basic_format_args [...] new 708d40ff109 libstdc++: Avoid double indirection in move_only_function w [...]
The 1 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/mofunc_impl.h | 74 ++-- libstdc++-v3/include/bits/move_only_function.h | 455 +++++++++++++++------ .../testsuite/20_util/move_only_function/call.cc | 14 + .../testsuite/20_util/move_only_function/conv.cc | 188 +++++++++ .../testsuite/20_util/move_only_function/move.cc | 11 + 5 files changed, 588 insertions(+), 154 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/conv.cc