mpt::ustringToUString(constchar*const&x)=delete;// Unknown encoding. Note that this also applies to TCHAR in !UNICODE builds as the type is indistinguishable from char. Wrap with CString or FromTcharStr in this case.
mpt::ustringToUString(constchar&x)=delete;// deprecated to catch potential API mis-use, use std::string(1, x) instead
...
...
@@ -141,8 +141,8 @@ mpt::ustring ToUString(const long double & x);
std::wstringToWString(constchar*const&x)=delete;// Unknown encoding. Note that this also applies to TCHAR in !UNICODE builds as the type is indistinguishable from char. Wrap with CString or FromTcharStr in this case.
std::wstringToWString(constchar&x)=delete;// deprecated to catch potential API mis-use, use std::string(1, x) instead