mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 04:12:09 +00:00
This follows the absolute() definition in the docs, as in v4 appending an empty path results in a trailing slash. Unfortunately, this also influences canonical and weakly_canonical, so we had to duplicate those for v3 and v4 as well. Fixes https://github.com/boostorg/filesystem/issues/301.