Yusuke Tokuyoshi

Results 2 issues of Yusuke Tokuyoshi

`std::codecvt_utf8_utf16`, that was deprecated due to security reasons, is used in `utf8_to_wstring`. https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/blob/e8da229ac37877e431ca5a512db17246992dcd6b/Orochi/OrochiUtils.cpp#L39 If `utf8_to_wstring` is used only for paths, we can replace these path types with `std::filesystem` that handles...

https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/blob/e8da229ac37877e431ca5a512db17246992dcd6b/Orochi/Orochi.h#L1161-L1170 The union (i.e., bitwise OR operation) of `oroApi` elements is not an element of `oroApi`. But the current API deign forces us to cast the union to `oroApi`, such...