2018-03-20 François Dumont <fdumont@gcc.gnu.org>
commit50cd55c3c0b63e9bcbed6b26d262b92fc707d6b4
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Mar 2018 21:45:14 +0000 (20 21:45 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Mar 2018 21:45:14 +0000 (20 21:45 +0000)
tree0197f28ae7393c0f33b1de895e18d1263552d97a
parent244909bcdcfb8ef779462baf6f2370d4952abc00
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258693 138bc75d-0d04-0410-961f-82ee72b054a4
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