File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -663,7 +663,10 @@ typedef __char32_t char32_t;
663
663
# if (defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && \
664
664
__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101500 ) || \
665
665
(defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) && \
666
- __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 130000 )
666
+ __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 130000 ) || \
667
+ (defined(__ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__) && \
668
+ __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ < 60000 ) || \
669
+ (defined(__ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ < 130000 )
667
670
# define _LIBCPP_HAS_C11_ALIGNED_ALLOC 0
668
671
# else
669
672
# define _LIBCPP_HAS_C11_ALIGNED_ALLOC 1
You can’t perform that action at this time.
0 commit comments