re PR libstdc++/56627 (class hash instead of struct hash)
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 31 Jul 2013 14:36:13 +0000 (14:36 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 31 Jul 2013 14:36:13 +0000 (14:36 +0000)
commit4333e4dcf71fae98cdbe872ce95aa3b11a128549
tree3db6819c9ea61b7bf1a42000cb5e4ac465572c8d
parentc3f35647ff0ca30479971bb449058b733384d728
re PR libstdc++/56627 (class hash instead of struct hash)

2013-07-31  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/56627
* include/bits/stl_bvector.h: Use friend struct hash intead of
friend class hash to work around useless warnings produced by
some compilers.
* include/std/bitset: Likewise.

From-SVN: r201377
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_bvector.h
libstdc++-v3/include/std/bitset