[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:49:14 PST 2020
mstorsjo added a comment.
Oh, and while the test itself works mostly correct on libc++ on posix platforms, the test is written to exercise the new C++20 `char8_t` input/outputs, so those aspects of the test depends on D90222 <https://reviews.llvm.org/D90222> (not terribly complex) to make those bits C++20 correct in libc++.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91133/new/
https://reviews.llvm.org/D91133
More information about the libcxx-commits
mailing list