[libcxx-commits] [PATCH] D92212: Make libcxx work as expected with -fchar8_t

Yuriy Chernyshov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 00:42:30 PST 2020


georgthegreat added inline comments.


================
Comment at: libcxx/include/__config:956
 #define _LIBCPP_NO_HAS_CHAR8_T
 #endif
 // Deprecation macros.
----------------
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.


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