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

redi@gcc.gnu.org redi@gcc.gnu.org
Sat Nov 12 03:24:00 GMT 2016


Author: redi
Date: Sat Nov 12 03:24:34 2016
New Revision: 242333

URL: https://gcc.gnu.org/viewcvs?rev=242333&root=gcc&view=rev
Log:
Use shared_ptr<T>::element_type in hash specializations

	* include/bits/shared_ptr.h (hash<shared_ptr<T>>): Use element_type.
	* include/bits/shared_ptr_base.h (hash<__shared_ptr<T, L>>): Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/shared_ptr.h
    trunk/libstdc++-v3/include/bits/shared_ptr_base.h



More information about the Libstdc++-cvs mailing list