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)
commit30e66e40b712fb11fcbbc60ecc041e2f02484796
tree48ace30c4d9e35608a483e014369ff12212422ac
parent091f8cfcdad7dd1df5c8e1d930ba1f4c6541a2fa
Dev16 removed the static_cast<> in a std::basic_string constructor so need to explicit convert string to wstring to avoid warning. (#19947)
src/coreclr/hosts/coreshim/CoreShim.cpp