re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Wed, 5 Nov 2008 02:05:59 +0000 (02:05 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 5 Nov 2008 02:05:59 +0000 (02:05 +0000)
commita28a65ec257285afa3bdad02e7d769abd27ebacb
treedb25101d7264e7f44298e80b2b009403cf766b4f
parentefca48a3eaf376df71647991ae8be7513c908b5c
re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions)

PR libstdc++/24803
PR libstdc++/37351
* include/tr1_impl/functional (result_of,reference_wrapper): Update
to use C++0x features.
* testsuite/20_util/function_objects/return_types/result_of.cc: New.
* testsuite/20_util/function_objects/return_types/result_of_neg.cc:
New.
* testsuite/20_util/function_objects/return_types/result_of_ref.cc:
New.
* testsuite/20_util/reference_wrapper/24803.cc: Uncomment FIXMEs.

From-SVN: r141596
libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1_impl/functional
libstdc++-v3/testsuite/20_util/function_objects/return_types/result_of.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/function_objects/return_types/result_of_neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/function_objects/return_types/result_of_ref.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc