projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4d333
)
Uncomment wstring declaration.
author
Ulrich Drepper
<drepper@gcc.gnu.org>
Tue, 16 Feb 1999 11:58:04 +0000
(11:58 +0000)
committer
Ulrich Drepper
<drepper@gcc.gnu.org>
Tue, 16 Feb 1999 11:58:04 +0000
(11:58 +0000)
From-SVN: r25245
libstdc++/string
patch
|
blob
|
history
diff --git
a/libstdc++/string
b/libstdc++/string
index fa6f1abaa70c1dcb7f22f14250d9ae5a8a554c02..3865c418b211cc4a2a45d7d6c9713e6cfe6b29c5 100644
(file)
--- a/
libstdc++/string
+++ b/
libstdc++/string
@@
-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