------- Comment #12 from paolo at gcc dot gnu dot org  2008-09-30 13:50 -------
Subject: Bug 30085

Author: paolo
Date: Tue Sep 30 13:48:55 2008
New Revision: 140786

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140786
Log:
2008-09-30  Paolo Carlini  <[EMAIL PROTECTED]>

        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.

Removed:
    trunk/libstdc++-v3/include/debug/safe_association.h
Modified:
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/debug/unordered_map
    trunk/libstdc++-v3/include/debug/unordered_set
    trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/init-list.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30085

Reply via email to