We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1347d commit f63d694Copy full SHA for f63d694
libcxx/include/__config
@@ -1076,7 +1076,7 @@ typedef __char32_t char32_t;
1076
1077
// TODO(varconst): currently, there are bugs in Clang's intrinsics when handling Objective-C++ `id`, so don't use
1078
// compiler intrinsics in the Objective-C++ mode.
1079
-# ifdef __OBJC__
+# if defined(__OBJC__) && defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER < 2010
1080
# define _LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS
1081
# endif
1082
0 commit comments