| ... | @@ -163,10 +163,10 @@ | ... | @@ -163,10 +163,10 @@ |
| 163 | __attribute__((availability(driverkit, strict, introduced = 23.0))) | 163 | __attribute__((availability(driverkit, strict, introduced = 23.0))) |
| 164 | | 164 | |
| 165 | // LLVM 15 | 165 | // LLVM 15 |
| 166 | # if (defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 130400) || \ | 166 | # if (defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 130300) || \ |
| 167 | (defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 160500) || \ | 167 | (defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 160300) || \ |
| 168 | (defined(__ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ < 160500) || \ | 168 | (defined(__ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ < 160300) || \ |
| 169 | (defined(__ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ < 90500) || \ | 169 | (defined(__ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ < 90300) || \ |
| 170 | (defined(__ENVIRONMENT_BRIDGE_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_BRIDGE_OS_VERSION_MIN_REQUIRED__ < 70500) || \ | 170 | (defined(__ENVIRONMENT_BRIDGE_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_BRIDGE_OS_VERSION_MIN_REQUIRED__ < 70500) || \ |
| 171 | (defined(__ENVIRONMENT_DRIVERKIT_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_DRIVERKIT_VERSION_MIN_REQUIRED__ < 220400) | 171 | (defined(__ENVIRONMENT_DRIVERKIT_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_DRIVERKIT_VERSION_MIN_REQUIRED__ < 220400) |
| 172 | # define _LIBCPP_INTRODUCED_IN_LLVM_15 0 | 172 | # define _LIBCPP_INTRODUCED_IN_LLVM_15 0 |
| ... | @@ -174,10 +174,10 @@ | ... | @@ -174,10 +174,10 @@ |
| 174 | # define _LIBCPP_INTRODUCED_IN_LLVM_15 1 | 174 | # define _LIBCPP_INTRODUCED_IN_LLVM_15 1 |
| 175 | # endif | 175 | # endif |
| 176 | # define _LIBCPP_INTRODUCED_IN_LLVM_15_ATTRIBUTE \ | 176 | # define _LIBCPP_INTRODUCED_IN_LLVM_15_ATTRIBUTE \ |
| 177 | __attribute__((availability(macos, strict, introduced = 13.4))) \ | 177 | __attribute__((availability(macos, strict, introduced = 13.3))) \ |
| 178 | __attribute__((availability(ios, strict, introduced = 16.5))) \ | 178 | __attribute__((availability(ios, strict, introduced = 16.3))) \ |
| 179 | __attribute__((availability(tvos, strict, introduced = 16.5))) \ | 179 | __attribute__((availability(tvos, strict, introduced = 16.3))) \ |
| 180 | __attribute__((availability(watchos, strict, introduced = 9.5))) \ | 180 | __attribute__((availability(watchos, strict, introduced = 9.3))) \ |
| 181 | __attribute__((availability(bridgeos, strict, introduced = 7.5))) \ | 181 | __attribute__((availability(bridgeos, strict, introduced = 7.5))) \ |
| 182 | __attribute__((availability(driverkit, strict, introduced = 22.4))) | 182 | __attribute__((availability(driverkit, strict, introduced = 22.4))) |
| 183 | | 183 | |