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 48dc4d3 commit 6389974Copy full SHA for 6389974
libcxx/include/__config
@@ -649,6 +649,10 @@ typedef __char32_t char32_t;
649
__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101500)
650
# define _LIBCPP_HAS_NO_C11_ALIGNED_ALLOC
651
# endif
652
+# if (defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) && \
653
+ __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 130000)
654
+# define _LIBCPP_HAS_NO_C11_ALIGNED_ALLOC
655
+# endif
656
# elif defined(__ANDROID__) && __ANDROID_API__ < 28
657
// Android only provides aligned_alloc when targeting API 28 or higher.
658
0 commit comments