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