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

paolo@gcc.gnu.org paolo@gcc.gnu.org
Wed Oct 6 17:17:00 GMT 2010


Author: paolo
Date: Wed Oct  6 17:17:16 2010
New Revision: 165056

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165056
Log:
2010-10-06  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/functional (struct _Weak_result_type_impl): Add
	specializazions for cv-qualified function types, for variadic
	function types and pointers and references to function types,
	and for pointers to member function types.
	(struct _Reference_wrapper_base): Add specializations for
	cv-qualified unary and binary function types.
	* testsuite/20_util/reference_wrapper/result_type.cc: New.
	* testsuite/20_util/reference_wrapper/typedefs-2.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/result_type.cc
    trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-2.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/functional



More information about the Libstdc++-cvs mailing list