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]

gcc/libstdc++-v3 ChangeLog include/bits/stl_bv ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	austern@gcc.gnu.org	2003-12-23 00:09:27

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: stl_bvector.h stl_tree.h 
	libstdc++-v3/include/ext: slist 

Log message:
	* include/bits/stl_bvector.h (_Bvector_alloc_base): Eliminate.
	(_Bvector_base): Inherit directly from word allocator.
	* include/bits/stl_tree.h (_Rb_tree_alloc_base): Eliminate.
	(_Rb_tree_base): Eliminate.
	(_Rb_tree): Inherit directly from node allocator.
	* include/ext/slist (_Alist_alloc_base): Eliminate.
	(_Slist_base): Inherit direcly from node allocator.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2182&r2=1.2183
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_bvector.h.diff?cvsroot=gcc&r1=1.29&r2=1.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_tree.h.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/slist.diff?cvsroot=gcc&r1=1.20&r2=1.21


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