[libcxx-commits] [PATCH] D91135: [3/N] [libcxx] Make filesystem::path::value_type wchar_t on windows
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 9 14:16:52 PST 2020
curdeius added a comment.
Nit.
================
Comment at: libcxx/include/filesystem:852
+ typedef wchar_t value_type;
+ static constexpr value_type preferred_separator = '\\';
+#else
----------------
To be consistent with D91138.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91135/new/
https://reviews.llvm.org/D91135
More information about the libcxx-commits
mailing list