mirror of
https://github.com/gulrak/filesystem.git
synced 2026-06-15 08:05:59 +08:00
Previously,
fs::path("a/b").lexically_relative("a/")
would incorrectly return "../b". Now it returns "b".
|
||
|---|---|---|
| .. | ||
| ghc | ||