Added
Link Here
|
1 |
--- services/plugins/dndcp/stringxx/string.hh.orig 2024-06-28 01:38:57 UTC |
2 |
+++ services/plugins/dndcp/stringxx/string.hh |
3 |
@@ -87,7 +87,7 @@ typedef std::string utf8string; |
4 |
* to replace the std::string in our codebase. |
5 |
*/ |
6 |
typedef std::string utf8string; |
7 |
-typedef std::basic_string<utf16_t> utf16string; |
8 |
+typedef std::u16string utf16string; |
9 |
|
10 |
class VMSTRING_EXPORT string |
11 |
{ |