[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:29:27 PST 2021
mstorsjo added a comment.
In D98109#2612293 <https://reviews.llvm.org/D98109#2612293>, @curdeius wrote:
> In D98109#2612284 <https://reviews.llvm.org/D98109#2612284>, @mstorsjo wrote:
>
>> Fair enough (although libstdc++ is pretty incomplete on windows in my experience - I wouldn't use it much for a reference).
>
> Maybe but that wasn't on Windows!
Oh, right, I missed that. Well then the example doesn't say much does it, as `make_preferred` is a no-op on posix platforms (where backslashes are treated as a fairly regular char part of a filename), does it?
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