This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

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


Author: paolo
Date: Fri Jun 11 16:20:24 2010
New Revision: 160621

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

	* include/bits/shared_ptr.h (hash<shared_ptr>): Add.
	* include/bits/shared_ptr_base.h (hash<__shared_ptr>): Likewise.
	* include/bits/unique_ptr.h (hash<unique_ptr>): Likewise.
	* testsuite/20_util/shared_ptr/hash/1.cc: New.
	* testsuite/20_util/unique_ptr/hash/1.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/20_util/shared_ptr/hash/
    trunk/libstdc++-v3/testsuite/20_util/shared_ptr/hash/1.cc
    trunk/libstdc++-v3/testsuite/20_util/unique_ptr/hash/
    trunk/libstdc++-v3/testsuite/20_util/unique_ptr/hash/1.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/shared_ptr.h
    trunk/libstdc++-v3/include/bits/shared_ptr_base.h
    trunk/libstdc++-v3/include/bits/unique_ptr.h


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