mirror of
https://github.com/gulrak/filesystem.git
synced 2025-12-06 16:56:40 +08:00
Previously,
fs::path("a/b").lexically_relative("a/")
would incorrectly return "../b". Now it returns "b".
|
||
|---|---|---|
| .. | ||
| cmake | ||
| catch.hpp | ||
| CMakeLists.txt | ||
| filesystem_test.cpp | ||
| fwd_test.cpp | ||
| impl_test.cpp | ||
| multi1.cpp | ||
| multi2.cpp | ||