[libcxx-commits] [PATCH] D92212: Make libcxx work according to Clang C++ Status if -fchar8_t is passed
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 30 12:00:16 PST 2020
mclow.lists added a comment.
And we should be careful to define `__cpp_lib_char8_t` only when we provide the feature (which we do, based on `_LIBCPP_NO_HAS_CHAR8_T`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92212/new/
https://reviews.llvm.org/D92212
More information about the libcxx-commits
mailing list