[libcxx-commits] [PATCH] D100736: [libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/g
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 19 05:51:35 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
This won't cause any issue for users, they are not supposed to define that macro. Only macros that we explicitly say they can define should be defined, otherwise our API surface is way too high to make any change.
This has seemed mis-named to me for a while, thanks for doing this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100736/new/
https://reviews.llvm.org/D100736
More information about the libcxx-commits
mailing list