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 53a529f commit 88a42bdCopy full SHA for 88a42bd
libcxx/include/__memory/array_cookie.h
@@ -100,7 +100,7 @@ _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_SANITIZE("address") size_t __get_array_cookie([
100
__has_array_cookie<_Tp>::value, "Trying to access the array cookie of a type that is not guaranteed to have one");
101
102
#if defined(_LIBCPP_ABI_ITANIUM)
103
- using _ArrayCookie = __itanium_array_cookie<_Tp>;
+ using _ArrayCookie = __itanium_array_cookie;
104
#elif defined(_LIBCPP_ABI_ITANIUM_WITH_ARM_DIFFERENCES)
105
using _ArrayCookie = __arm_array_cookie<_Tp>;
106
#else
0 commit comments