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
[tools/val] Paper over type change for std::filesystem::path::u8string (KhronosGroup#6336)
In C++17 the type is std::string, in C++20 it's std::u8string. Then the
.c_str() for both have incompatible types. Paper over this difference by
copying to a std::string before invoking the helper function
0 commit comments