Uncomment wstring declaration.
authorUlrich Drepper <drepper@gcc.gnu.org>
Tue, 16 Feb 1999 11:58:04 +0000 (11:58 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Tue, 16 Feb 1999 11:58:04 +0000 (11:58 +0000)
From-SVN: r25245

libstdc++/string

index fa6f1abaa70c1dcb7f22f14250d9ae5a8a554c02..3865c418b211cc4a2a45d7d6c9713e6cfe6b29c5 100644 (file)
@@ -7,7 +7,7 @@
 
 extern "C++" {
 typedef basic_string <char> string;
-// typedef basic_string <wchar_t> wstring;
+typedef basic_string <wchar_t> wstring;
 } // extern "C++"
 
 #endif