fix folly::fs::lexically_normal
Summary: Make the implementation of `folly::fs::lexically_normal` match C++17 `std::filesystem::path::lexically_normal`. The implementation from `boost::filesystem::path::lexically_normal` is easy to fall back on but has some differences. The implementation is copied mutatis mutandis from https://github.com/gulrak/filesystem/ at tag v1.5.0, in which `ghc::filesystem` is a complete portable standalone implementation of the `std::filesystem` spec and released under the MIT license. Reviewed By: Orvid Differential Revision: D26572520 fbshipit-source-id: 5ce03f37c078ee4f62e3480d4abc259199867c8e
Showing
Please register or sign in to comment