From ebf84769665f182660c762a68e909a249d00625a Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Tue, 16 Feb 1999 11:58:49 +0000 Subject: [PATCH] Update. From-SVN: r25248 --- libstdc++/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 9469c441e00..a799dafcc52 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,17 @@ +1999-01-28 Baron Roberts + + * string: Uncomment wstring declaration. + + * std/straits.h: Remove #if 0/#endif from around + struct string_char_traits . + #include . + Add missing definition for wchar_t move method. + Add empty() method for trait-based empty string return. + + * std/bastring.h (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""). + 1999-02-07 Jason Merrill * Makefile.in (stuff2): Tweak. -- 2.30.2