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