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