Update.
authorBaron Roberts <baron@sgi.com>
Tue, 16 Feb 1999 11:58:49 +0000 (11:58 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Tue, 16 Feb 1999 11:58:49 +0000 (11:58 +0000)
From-SVN: r25248

libstdc++/ChangeLog

index 9469c441e00d6277daebd99ae931e34e2ebba9c5..a799dafcc52fb98402cf7c326638d4e6f47301f0 100644 (file)
@@ -1,3 +1,17 @@
+1999-01-28  Baron Roberts  <baron@sgi.com>
+
+       * string: Uncomment wstring declaration.
+
+       * std/straits.h: Remove #if 0/#endif from around
+       struct string_char_traits <wchar_t>.
+       #include <cwchar>.
+       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  <jason@yorick.cygnus.com>
 
        * Makefile.in (stuff2): Tweak.