https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118003

--- Comment #2 from Martin Storsjö <martin at martin dot st> ---
> I also don't want to have to use Windows APIs here.

How does that work within libstdc++ in general, with std::filesystem using
wchar_t as std::filesystem::path::value_type? Are all paths converted to narrow
form (into CP_ACP or similar?), for use with platform independent filesystem
APIs?

Reply via email to