| 1970 | } |
| 1971 | |
| 1972 | static std::wstring ToWString(const std::string& pStr) |
| 1973 | { |
| 1974 | return std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t>{ }.from_bytes(pStr); |
| 1975 | } |
| 1976 | #if defined(_MSC_VER) |
| 1977 | #pragma warning (pop) |
| 1978 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected