[libcxx-commits] [libcxx] [libcxxabi] [libc++][RFC] Always define internal feature test macros (PR #89178)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 11 07:14:18 PDT 2024
================
@@ -33,7 +33,7 @@ inline _LIBCPP_HIDE_FROM_ABI __strong _Tp* addressof(__strong _Tp& __x) _NOEXCEP
return &__x;
}
-# ifdef _LIBCPP_HAS_OBJC_ARC_WEAK
+# if _LIBCPP_HAS_OBJC_ARC
----------------
ldionne wrote:
I think this transformation is wrong.
https://github.com/llvm/llvm-project/pull/89178
More information about the libcxx-commits
mailing list