Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 01/19/1999 07:27:25
Module Name:	src
Committed By:	tv
Date:		Tue Jan 19 15:27:24 UTC 1999

Modified Files:
	src/gnu/dist/libstdc++/std: bastring.h complext.h
	src/gnu/dist/libstdc++/stl: stl_alloc.h
	src/gnu/lib/libstdc++/std: Makefile
Added Files:
	src/gnu/dist/libstdc++/std: bastring_inst.h complext_inst.h
Log Message:
Significantly reduce code size of programs which use string, complex,
or the Allocator heavily.  (For common types, these are already
instantiated in libstdc++, and do not need implicit instantiation.)