From 18657c4d9fe73fb74aa1b0126bd9cb02d295fdf2 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Tue, 30 Sep 2008 13:49:15 +0000 Subject: [PATCH] PR libstdc++/30085 (again) 2008-09-30 Paolo Carlini PR libstdc++/30085 (again) * include/debug/unordered_map (unordered_map<>, unordered_multimap<>): Do not derive from _Safe_association, derive from _GLIBCXX_STD_D:: unordered_map / unordered_multimap; add missing member functions. * include/debug/unordered_set (unordered_set<>, unordered_multiset<>): Likewise for _GLIBCXX_STD_D::unordered_set / unordered_multiset. * include/debug/safe_association.h: Remove. * include/Makefile.am: Adjust. * include/Makefile.in: Regenerate. * testsuite/23_containers/unordered_multimap/init-list.cc: Remove xfail. From-SVN: r140787 --- libstdc++-v3/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3448d906d95..8b919e77ec9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2008-09-30 Paolo Carlini + + PR libstdc++/30085 (again) + * include/debug/unordered_map (unordered_map<>, unordered_multimap<>): + Do not derive from _Safe_association, derive from _GLIBCXX_STD_D:: + unordered_map / unordered_multimap; add missing member functions. + * include/debug/unordered_set (unordered_set<>, unordered_multiset<>): + Likewise for _GLIBCXX_STD_D::unordered_set / unordered_multiset. + * include/debug/safe_association.h: Remove. + * include/Makefile.am: Adjust. + * include/Makefile.in: Regenerate. + * testsuite/23_containers/unordered_multimap/init-list.cc: Remove + xfail. + 2008-09-28 Paolo Carlini * include/bits/unique_ptr.h (unique_ptr<_Tp[]>::template