Dev16 removed the static_cast<> in a std::basic_string constructor so need to explici...
authorAaron Robinson <arobins@microsoft.com>
Thu, 13 Sep 2018 23:23:12 +0000 (16:23 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Sep 2018 23:23:12 +0000 (16:23 -0700)
commit7ae4b994f74f3b91f21ca1c907e141e687db50fe
tree30ae6c879c555b362f4199c3a318ab5f9eb8cbfc
parent5f82546b76e6610974c94d288bee1ed2d2fbf5c1
Dev16 removed the static_cast<> in a std::basic_string constructor so need to explicit convert string to wstring to avoid warning. (dotnet/coreclr#19947)

Commit migrated from https://github.com/dotnet/coreclr/commit/30e66e40b712fb11fcbbc60ecc041e2f02484796
src/coreclr/src/coreclr/hosts/coreshim/CoreShim.cpp