r243357 - in /branches/gcc-6-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed Dec 7 15:55:00 GMT 2016
Author: redi
Date: Wed Dec 7 15:55:33 2016
New Revision: 243357
URL: https://gcc.gnu.org/viewcvs?rev=243357&root=gcc&view=rev
Log:
Simplify std::__invoke_impl definitions
Backport from mainline
2016-08-04 Jonathan Wakely <jwakely@redhat.com>
* include/std/functional (_Unwrap): Rename to __inv_unwrap.
(__invfwd): Adjust.
(__invoke_impl): Remove unused template parameters.
* testsuite/20_util/function_objects/invoke/59768.cc: Remove unused
parameter.
* testsuite/20_util/function_objects/invoke/ref_ext.cc: Copy 59768.cc
and test __invoke extension for C++11.
Added:
branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/function_objects/invoke/ref_ext.cc
- copied, changed from r243356, branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/function_objects/invoke/59768.cc
Modified:
branches/gcc-6-branch/libstdc++-v3/ChangeLog
branches/gcc-6-branch/libstdc++-v3/include/std/functional
branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/function_objects/invoke/59768.cc
More information about the Libstdc++-cvs
mailing list