]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/profile/vector
stl_bvector.h (hash<vector<bool, _Alloc>>): Add.
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 2 Mar 2010 21:11:19 +0000 (21:11 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 2 Mar 2010 21:11:19 +0000 (21:11 +0000)
commit4cd533a7c73a0813a39b41147c9fe771fd65fd28
tree5e48d10195e6a0bccc697e1485ec1558a6910b5f
parent54bceaf397784a87995fa91a039dcb328b120bc9
stl_bvector.h (hash<vector<bool, _Alloc>>): Add.

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.

From-SVN: r157176
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 [new file with mode: 0644]