mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-21 04:52:12 +00:00
This doesn't compile with gcc 8 on MinGW-w64, and fails in runtime with gcc 10.2 and clang 8.0.1 on Cygwin64 because character code conversion errors, so basically std::filesystem never works with wide paths on Windows. We still use wide paths as `const wchar_t*` with libc++ though. Also, changed BOOST_FILESYSTEM_C_STR definition to accept the path as an argument and use that definition in the tests rather than duplicating it. Related to https://github.com/boostorg/filesystem/issues/181.
10 KiB
10 KiB