gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Thu Aug 19 22:09:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: libstdcxx_so_7-branch
Changes by: paolo@gcc.gnu.org 2004-08-19 22:09:06
Modified files:
libstdc++-v3 : ChangeLog.libstdcxx_so_7-branch
libstdc++-v3/include/bits: stl_tree.h
Log message:
2004-08-19 Dhruv Matani <dhruvbird@gmx.net>
* include/bits/stl_tree.h (struct _Rb_tree_impl): Change the
_M_key_compare member to a function, so that the _M_impl's member
can be accessed with equal ease for either the normal version, or
the specialization for PODs - this reduces the size of the red-black
tree by 4-bytes for optimizable struct comparators; tweak consistently
all users.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_tree.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.36.2.1&r2=1.36.2.2
More information about the Gcc-cvs
mailing list