[libcxx-commits] [PATCH] D91135: [3/N] [libcxx] Make filesystem::path::value_type wchar_t on windows
Adrian McCarthy via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 1 13:55:24 PST 2020
amccarth added inline comments.
================
Comment at: libcxx/src/filesystem/operations.cpp:176
case PS_InRootDir:
- return "/";
+ return PS("/");
case PS_InTrailingSep:
----------------
Is "/" the preferred representation of the root directory even on Windows?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91135/new/
https://reviews.llvm.org/D91135
More information about the libcxx-commits
mailing list