]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/std/bitset
bitset (_Base_bitset<>::_M_getdata()): Add.
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 2 Mar 2010 14:08:52 +0000 (14:08 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 2 Mar 2010 14:08:52 +0000 (14:08 +0000)
commitec7058d64dfb1cfc875f5c4692a6568c9520baee
treee23eda74f735f0342e9ef1bbfc135a5698e27b00
parentd9a6979d96fcd19b2aa2660180c3a6ec26909cb3
bitset (_Base_bitset<>::_M_getdata()): Add.

2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/bitset (_Base_bitset<>::_M_getdata()): Add.
(hash<_GLIBCXX_STD_D::bitset<_Nb>>): Add, use the latter.
* include/debug/bitset (hash<std::__debug::bitset<_Nb>>): Add.
* include/profile/bitset (hash<std::__profile::bitset<_Nb>>): Likewise.
* testsuite/23_containers/bitset/hash/1.cc: New.

From-SVN: r157165
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/bitset
libstdc++-v3/include/profile/bitset
libstdc++-v3/include/std/bitset
libstdc++-v3/testsuite/23_containers/bitset/hash/1.cc [new file with mode: 0644]