[libcxx-commits] [PATCH] D92212: Make libcxx work according to Clang C++ Status if -fchar8_t is passed

Yuriy Chernyshov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 3 11:20:55 PST 2020


georgthegreat added a comment.

Should not we remove ` || !defined(__cpp_char8_t)` part of LIBCPP_NO_HAS_CHAR8_T then?
This looks like an attempt to support compilation with `-std=c++20 -fnochar8_t` which is the most weird mode ever (and it is not tested via CI)


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