[libcxx-commits] [PATCH] D91133: [2/N] [libcxx] [test] Add a test for conversions between wchar_t, utf8, char16_t, char32_t and windows native narrow code pages

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 1 23:47:41 PST 2020


mstorsjo updated this revision to Diff 308883.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Added a large descriptive comment at the head of the new test file, removed `using namespace fs;` so that all uses of `path` and `u8path` are qualified into `fs::path` and `fs::u8path`.


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

https://reviews.llvm.org/D91133

Files:
  libcxx/test/std/input.output/filesystems/class.path/path.member/path.charconv.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91133.308883.patch
Type: text/x-patch
Size: 14023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201202/9af237d0/attachment.bin>


More information about the libcxx-commits mailing list