[libcxx-commits] [PATCH] D150421: [libc++][NFC] Use _LIBCPP_STD_VER instead of __cpp_lib_atomic_is_always_lock_free
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 13 02:57:40 PDT 2023
Mordante added inline comments.
================
Comment at: libcxx/include/__atomic/aliases.h:85
-#ifdef __cpp_lib_atomic_is_always_lock_free
# define _LIBCPP_CONTENTION_LOCK_FREE ::std::__libcpp_is_always_lock_free<__cxx_contention_t>::__value
----------------
Does this affect utils/libcxx/test/features.py lines 69 and 78.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150421/new/
https://reviews.llvm.org/D150421
More information about the libcxx-commits
mailing list