[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 08:38:00 PST 2020


mclow.lists added inline comments.


================
Comment at: libcxx/include/__config:956
 #define _LIBCPP_NO_HAS_CHAR8_T
 #endif
 // Deprecation macros.
----------------
georgthegreat wrote:
> As of this PR, _LIBCPP_NO_HAS_CHAR8_T became a simple negation of __cpp_char8_t.
> 
> The configuration might become easier to read upon replacing all invocation of these options with feature testing macro.
I'm a big fan of keeping the libc++-specific macro.  


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