File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -622,18 +622,6 @@ typedef __char32_t char32_t;
622622# define _LIBCPP_HAS_NO_ALIGNED_ALLOCATION
623623# endif
624624
625- // It is not yet possible to use aligned_alloc() on all Apple platforms since
626- // 10.15 was the first version to ship an implementation of aligned_alloc().
627- # if defined(__APPLE__)
628- # if (defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && \
629- __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101500 )
630- # define _LIBCPP_HAS_NO_C11_ALIGNED_ALLOC
631- # endif
632- # elif defined(__ANDROID__) && __ANDROID_API__ < 28
633- // Android only provides aligned_alloc when targeting API 28 or higher.
634- # define _LIBCPP_HAS_NO_C11_ALIGNED_ALLOC
635- # endif
636-
637625# if defined(__APPLE__) || defined(__FreeBSD__)
638626# define _LIBCPP_HAS_DEFAULTRUNELOCALE
639627# endif
You can’t perform that action at this time.
0 commit comments