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".
|
||
|---|---|---|
| .. | ||
| filesystem.hpp | ||
| fs_fwd.hpp | ||
| fs_impl.hpp | ||
| fs_std_fwd.hpp | ||
| fs_std_impl.hpp | ||
| fs_std.hpp | ||