2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
commit445a8f884ca8553bae75677584d8518773de59c6
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 2010 21:11:19 +0000 (2 21:11 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 2010 21:11:19 +0000 (2 21:11 +0000)
tree5e48d10195e6a0bccc697e1485ec1558a6910b5f
parent5647a5210b52fb617d3056508788d39619368c64
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>): Add.
* include/debug/vector (hash<__debug::vector<bool, _Alloc>>):
Likewise.
* include/profile/vector (hash<__profile::vector<bool, _Alloc>>):
Likewise.
* testsuite/23_containers/vector/bool/hash/1.cc: New.

* include/std/bitset (hash<bitset<_Nb>>): Small tweaks.
(hash<bitset<0>>): Add.
* include/debug/bitset (hash<__debug::bitset<_Nb>>): Forward to
hash<bitset<_Nb>>.
* include/profile/bitset (hash<__profile::bitset<_Nb>>): Likewise.
* testsuite/23_containers/bitset/hash/1.cc: Improve.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157176 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_bvector.h
libstdc++-v3/include/debug/bitset
libstdc++-v3/include/debug/vector
libstdc++-v3/include/profile/bitset
libstdc++-v3/include/profile/vector
libstdc++-v3/include/std/bitset
libstdc++-v3/testsuite/23_containers/bitset/hash/1.cc
libstdc++-v3/testsuite/23_containers/vector/bool/hash/1.cc [copied from libstdc++-v3/testsuite/23_containers/bitset/hash/1.cc with 67% similarity]