diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-30 13:49:15 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-30 13:49:15 +0000 |
commit | f60383c78f770c2bc847cc5d4f00c6e8fc045804 (patch) | |
tree | 137a6d5fe1705dea07fcc96a5dc7de9a947c434d /libstdc++-v3 | |
parent | 9f56178b1989e6640b92128ff7a02d822eccd0b3 (diff) | |
download | gcc-f60383c78f770c2bc847cc5d4f00c6e8fc045804.tar.gz |
2008-09-30 Paolo Carlini <paolo.carlini@oracle.com>
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
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 <paolo.carlini@oracle.com> + + 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 <paolo.carlini@oracle.com> * include/bits/unique_ptr.h (unique_ptr<_Tp[]>::template<typename U> |