[libcxx-commits] [PATCH] D98109: [libcxx] Make path::absolute return paths with separators in preferred form
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 8 13:19:27 PST 2021
mstorsjo added a comment.
In D98109#2612260 <https://reviews.llvm.org/D98109#2612260>, @curdeius wrote:
> Indeed, but the examples in the standard are non-normative.
> BTW, libstdc++ doesn't bother to call `make_preferred` (https://godbolt.org/z/6Eabq4).
Fair enough (although libstdc++ is pretty incomplete on windows in my experience - I wouldn't use it much for a reference).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98109/new/
https://reviews.llvm.org/D98109
More information about the libcxx-commits
mailing list