[Bug libstdc++/48430] std::hash partial specialization for std::unique_ptr and std::shared_ptr are using unary_function
paolo at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 18 16:08:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48430
--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-07-18 16:07:34 UTC ---
Author: paolo
Date: Mon Jul 18 16:07:24 2011
New Revision: 176405
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176405
Log:
2011-07-18 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/48430
* include/bits/shared_ptr.h (struct hash<shared_ptr<>>): Use
__hash_base.
* include/bits/unique_ptr.h (struct hash<unique_ptr<>>): Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/shared_ptr.h
trunk/libstdc++-v3/include/bits/unique_ptr.h
More information about the Gcc-bugs
mailing list