add constructors and shift operator overload
This commit is contained in:
@@ -270,7 +270,7 @@ void BinaryStreamWriter::wwstring(std::wstring s)
|
||||
{
|
||||
wu32(s.size());
|
||||
std::wstring_convert<std::codecvt_utf16<wchar_t, 0x10ffff>> converter;
|
||||
wstring(converter.to_bytes(s));
|
||||
wstring_raw(converter.to_bytes(s));
|
||||
}
|
||||
|
||||
void BinaryStreamWriter::wwstring_raw(std::wstring s)
|
||||
|
||||
Reference in New Issue
Block a user