[Bug libstdc++/24803] [c++0x] reference_wrapper and pointers to member functions

redi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 5 02:07:00 GMT 2008



------- Comment #11 from redi at gcc dot gnu dot org  2008-11-05 02:06 -------
Subject: Bug 24803

Author: redi
Date: Wed Nov  5 02:05:59 2008
New Revision: 141596

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141596
Log:
        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.

Added:
    trunk/libstdc++-v3/testsuite/20_util/function_objects/return_types/
   
trunk/libstdc++-v3/testsuite/20_util/function_objects/return_types/result_of.cc
   
trunk/libstdc++-v3/testsuite/20_util/function_objects/return_types/result_of_neg.cc
   
trunk/libstdc++-v3/testsuite/20_util/function_objects/return_types/result_of_ref.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/tr1_impl/functional
    trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24803



More information about the Gcc-bugs mailing list