Commit 769affc2 by Ulrich Drepper

Uncomment wstring declaration.

From-SVN: r25245
parent 0b4d333e
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment