| 1965 | #pragma warning (disable: 4996) |
| 1966 | #endif |
| 1967 | static std::string ToString(const std::wstring& pWStr) |
| 1968 | { |
| 1969 | return std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t>{ }.to_bytes(pWStr); |
| 1970 | } |
| 1971 | |
| 1972 | static std::wstring ToWString(const std::string& pStr) |
| 1973 | { |
nothing calls this directly
no outgoing calls
no test coverage detected