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]

r176584 - in /trunk/libstdc++-v3: config/abi/pr...


Author: fdumont
Date: Thu Jul 21 19:56:36 2011
New Revision: 176584

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

        * include/debug/safe_unordered_sequence.h,
        safe_unordered_sequence.tcc: Rename respectively in...
        * include/debug/safe_unordered_container.h,
        safe_unordered_container.tcc: ...those. _Safe_unordered_sequence
        rename _Safe_unordered_container.
        * include/debug/safe_unordered_base.h: _Safe_unordered_sequence_base
        rename _Safe_unordered_container_base.
        * include/debug/unordered_map, unordered_set: Adapt to previous
        modifications.
        * config/abi/pre/gnu.ver: Likewise.
        * src/debug.cc: Likewise.
        * include/Makefile.am: Likewise.
        * include/Makefile.in: Regenerate.


Added:
    trunk/libstdc++-v3/include/debug/safe_unordered_container.h
      - copied, changed from r176487, trunk/libstdc++-v3/include/debug/safe_unordered_sequence.h
    trunk/libstdc++-v3/include/debug/safe_unordered_container.tcc
      - copied, changed from r176487, trunk/libstdc++-v3/include/debug/safe_unordered_sequence.tcc
Removed:
    trunk/libstdc++-v3/include/debug/safe_unordered_sequence.h
    trunk/libstdc++-v3/include/debug/safe_unordered_sequence.tcc
Modified:
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/debug/safe_unordered_base.h
    trunk/libstdc++-v3/include/debug/unordered_map
    trunk/libstdc++-v3/include/debug/unordered_set
    trunk/libstdc++-v3/src/debug.cc


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