[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
Wed Dec 2 06:01:15 PST 2020


mclow.lists added a comment.

I think this is the wrong direction - getting rid of `_LIBCPP_NO_HAS_CHAR8_T`
We're making the feature macro `__cpp_lib_char8_t` always match `__cpp_char8_t`
There are two macros for a reason.


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