This is the mail archive of the libstdc++@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]

Re: Updated [Patch]: PR libstdc++/11504 + constness and castingclean up


>2003-07-29 Gawain Bolton <gp.bolton@computer.org>
>
>        * include/bits/stl_tree.h: Fix PR libstdc++/11504.  Replace
>        C-style casts with C++-style casts.  Changes to avoid
>        casting away constness.  Eliminate _Rb_tree_base_iterator
>        class.  Change _Rb_tree_iterator to use initialization lists.
>        Move out implementation of __black_count() to...
>        * src/stl_tree.cc: here and rename _Rb_tree_black_count().
>        Rename_Rb_tree_base_iterator::_M_increment() to
>        _Rb_tree_increment and _Rb_tree_base_iterator::_M_decrement() to
>        _Rb_tree_decrement.
>        * config/linker-map.gnu: Add and change symbols here.

This in...

-benjamin


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