re PR libstdc++/48430 (std::hash partial specialization for std::unique_ptr and std...
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 18 Jul 2011 16:07:24 +0000 (16:07 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 18 Jul 2011 16:07:24 +0000 (16:07 +0000)
commit9992d564293ad265be00ffad5fc96908075acbde
treed19e0626e94f4a6be39ec536b25bd1b336f60c39
parent15e2b5959db53fce1355acf89faec7841aa7a89c
re PR libstdc++/48430 (std::hash partial specialization for std::unique_ptr and std::shared_ptr are using unary_function)

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.

From-SVN: r176405
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/shared_ptr.h
libstdc++-v3/include/bits/unique_ptr.h