This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: fdumont
Date: Wed Jan  5 20:52:36 2011
New Revision: 168528

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168528
Log:
2011-01-05  FranÃois Dumont  <francois.cppdevs@free.fr>

        * include/debug/safe_base.h (_Safe_iterator_base::_M_unlink): New.
        * include/src/debug.cc: Use latter
        * include/debug/forward_list (forward_list<>::_M_swap):  Fix to
        correctly handle before_begin iterators.
        * testsuite/23_containers/forward_list/debug/swap.cc: Remove now 
        useless _GLIBCXX_DEBUG checks.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/debug/forward_list
    trunk/libstdc++-v3/include/debug/safe_base.h
    trunk/libstdc++-v3/src/debug.cc
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/debug/swap.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]