re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)
authorFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 20 Mar 2018 21:45:14 +0000 (21:45 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 20 Mar 2018 21:45:14 +0000 (21:45 +0000)
commit5dfb5e5be885ef50cf5a80aec09f9d8390ddc499
tree0197f28ae7393c0f33b1de895e18d1263552d97a
parent6f21dc3c4f987a9d4abd3b0c1c46d8d8a16a3465
re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)

2018-03-20  François Dumont  <fdumont@gcc.gnu.org>

PR libstdc++/84998
* include/bits/stl_bvector.h: Fix std::hash friend declaration.
* include/std/bitset: Likewise.
* include/bits/stl_map.h (std::map<>): Fix _Rb_tree_merge_helper friend
declaration.
* include/bits/stl_multimap.h (std::multimap<>): Likewise.
* include/bits/stl_multiset.h (std::multiset<>): Likewise.
* include/bits/stl_set.h (std::set<>): Likewise.
* include/bits/unordered_map.h (std::unordered_map<>): Fix
_Hash_merge_helper friend declaration.
(std::unordered_multimap<>): Likewise.
* include/bits/unordered_set.h (std::unordered_set<>): Likewise.
(std::unordered_multiset<>): Likewise.

From-SVN: r258693
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_bvector.h
libstdc++-v3/include/bits/stl_map.h
libstdc++-v3/include/bits/stl_multimap.h
libstdc++-v3/include/bits/stl_multiset.h
libstdc++-v3/include/bits/stl_set.h
libstdc++-v3/include/bits/unordered_map.h
libstdc++-v3/include/bits/unordered_set.h
libstdc++-v3/include/debug/vector
libstdc++-v3/include/std/bitset