r157176 - in /trunk/libstdc++-v3: ChangeLog inc...
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Tue Mar 2 21:11:00 GMT 2010
Author: paolo
Date: Tue Mar 2 21:11:19 2010
New Revision: 157176
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157176
Log:
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.
Added:
trunk/libstdc++-v3/testsuite/23_containers/vector/bool/hash/
trunk/libstdc++-v3/testsuite/23_containers/vector/bool/hash/1.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/stl_bvector.h
trunk/libstdc++-v3/include/debug/bitset
trunk/libstdc++-v3/include/debug/vector
trunk/libstdc++-v3/include/profile/bitset
trunk/libstdc++-v3/include/profile/vector
trunk/libstdc++-v3/include/std/bitset
trunk/libstdc++-v3/testsuite/23_containers/bitset/hash/1.cc
More information about the Libstdc++-cvs
mailing list