You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::filesystem::path{ std::string } treats string (or char*) as ANSI on win32. path needs to be populated from to_utf16(std::string) for proper unicode interpretation. After that it's fine.