[libcxx-commits] [libcxx] [libc++] Inline __has_feature and __has_extension uses (PR #133634)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 6 08:25:27 PDT 2025


================
@@ -822,7 +822,7 @@ class __func<_Rp1 (^)(_ArgTypes1...), _Alloc, _Rp(_ArgTypes...)> : public __base
 #    endif // _LIBCPP_HAS_RTTI
 };
 
-#  endif // _LIBCPP_HAS_EXTENSION_BLOCKS
+#  endif // _LIBCPP_HAS_BLOCKS_RUNTIME
----------------
philnik777 wrote:

Yes, this was incorrect previously.

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


More information about the libcxx-commits mailing list