[libcxx-commits] [libcxx] [libc++] constexpr atomic and atomic_ref (PR #98765)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 14 00:44:11 PDT 2024


================
@@ -384,6 +384,9 @@ __cpp_lib_void_t                                        201411L <type_traits>
 # endif
 # define __cpp_lib_concepts                             202002L
 # define __cpp_lib_constexpr_algorithms                 201806L
+# if __has_constexpr_builtin(__c11_atomic_load)
----------------
philnik777 wrote:

You should modify `libcxx/utils/generate_feature_test_macro_components.py` instead and run the `libcxx-generate-files` target to generate everything.

https://github.com/llvm/llvm-project/pull/98765


More information about the libcxx-commits mailing list