Since wchar support now works, the wstring typedef should now also be safe.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31909 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
extern "C++" {
|
extern "C++" {
|
||||||
typedef basic_string <char> string;
|
typedef basic_string <char> string;
|
||||||
// typedef basic_string <wchar_t> wstring;
|
typedef basic_string <wchar_t> wstring;
|
||||||
} // extern "C++"
|
} // extern "C++"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user