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

Removed duplicate encoding conversion #101

Closed phprus closed 3 years ago

phprus commented 3 years ago

Issue #100.

gulrak commented 3 years ago

Yeah, this change sure reduces unnecessary work and due to job workload this week I wouldn't have time to work on it before next weekend, so thank you for the PR!