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"").