This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r141602 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Wed Nov  5 09:36:35 2008
New Revision: 141602

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141602
Log:
	PR libstdc++/38017
	Revert:
	* 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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/tr1_impl/functional
    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
    trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]