r167199 - in /trunk/libstdc++-v3: ChangeLog inc...

fdumont@gcc.gnu.org fdumont@gcc.gnu.org
Sat Nov 27 13:09:00 GMT 2010


Author: fdumont
Date: Sat Nov 27 13:09:47 2010
New Revision: 167199

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167199
Log:
2010-11-27  François Dumont  <francois.cppdevs@free.fr>

        * include/debug/unordered_map (unordered_multimap<>::erase): Fix to
        erase all elements associated to the key.
        * include/debug/unordered_set (unordered_multiset<>::erase): Likewise.
        * testsuite/23_containers/unordered_multimap/erase/1.cc: Modify to
        check for multiple erase.
        * testsuite/23_containers/unordered_multiset/erase/1.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/debug/unordered_map
    trunk/libstdc++-v3/include/debug/unordered_set
    trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/1.cc
    trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/1.cc



More information about the Libstdc++-cvs mailing list