Commits


Vy Nguyen authored and GitHub committed db55c89f313
Eliminate usage of deprecated API in sysinfo.cc (#1474) * Eliminate usage of deprecated API in sysinfo.cc The `std::wstring_convert` is deprecated in C++17. Since this code is in the windows branch, we could use the win32 API (MultiByteToWideChar) * ran clang-format