This is the mail archive of the egcs-cvs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

egcs/libstdc++/std bastring.h



CVSROOT:	/egcs/carton/cvsfiles
Module name:	egcs
Changes by:	drepper@egcs.cygnus.com	99/02/16 11:58:19

Modified files:
	libstdc++/std  : bastring.h 

Log message:
	(c_str): Change return of "" to return of traits::empty() call so that
	proper empty string is returned based on the character type (i.e. ""
	or L"").