[libcxx-commits] [PATCH] D91135: [3/N] [libcxx] Make filesystem::path::value_type wchar_t on windows

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 9 13:28:19 PST 2020


mstorsjo updated this revision to Diff 310635.
mstorsjo added a comment.

Removed the unnecessary `__u8_value` typedef, fixed an `#else` comment, removed unnecessary changes from `char` to `value_type` in a non-windows ifdef section.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91135/new/

https://reviews.llvm.org/D91135

Files:
  libcxx/include/filesystem
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/filesystem/operations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91135.310635.patch
Type: text/x-patch
Size: 15559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201209/08fa5f47/attachment-0001.bin>


More information about the libcxx-commits mailing list