r140787 - /trunk/libstdc++-v3/ChangeLog
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Tue Sep 30 13:49:00 GMT 2008
Author: paolo
Date: Tue Sep 30 13:49:15 2008
New Revision: 140787
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140787
Log:
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.
Modified:
trunk/libstdc++-v3/ChangeLog
More information about the Libstdc++-cvs
mailing list