[libcxx-commits] [PATCH] D158215: [libc++][NFC] Remove __has_keyword

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 18 09:25:01 PDT 2023


Mordante added inline comments.


================
Comment at: libcxx/include/__config:1157
 
-#  if __has_feature(cxx_atomic) || __has_extension(c_atomic) || __has_keyword(_Atomic)
+#  if __has_feature(cxx_atomic) || __has_extension(c_atomic)
 #    define _LIBCPP_HAS_C_ATOMIC_IMP
----------------
Why is this NFC?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158215/new/

https://reviews.llvm.org/D158215



More information about the libcxx-commits mailing list