gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.32k stars 168 forks source link

Enabled wchar_t path Source on UNIX #103

Closed phprus closed 3 years ago

phprus commented 3 years ago

Allowed to create path from wchar_t strings

For compatibility with Boost.DLL: https://github.com/boostorg/dll/blob/8e94aba599c6e0aa172313725f32c50f43f647d2/include/boost/dll/detail/posix/shared_library_impl.hpp#L65

gulrak commented 3 years ago

Thanks for finding this, it is indeed unnecessary to discriminate between Windows and POSIX there. Thanks also for adding tests. 👍