|
171 | 171 | __attribute__((availability(driverkit, strict, introduced = 23.0)))
|
172 | 172 |
|
173 | 173 | // LLVM 15
|
174 |
| -# if (defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 130400) || \ |
175 |
| - (defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 160500) || \ |
176 |
| - (defined(__ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ < 160500) || \ |
177 |
| - (defined(__ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ < 90500) || \ |
| 174 | +# if (defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 130300) || \ |
| 175 | + (defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 160300) || \ |
| 176 | + (defined(__ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ < 160300) || \ |
| 177 | + (defined(__ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ < 90300) || \ |
178 | 178 | (defined(__ENVIRONMENT_BRIDGE_OS_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_BRIDGE_OS_VERSION_MIN_REQUIRED__ < 70500) || \
|
179 | 179 | (defined(__ENVIRONMENT_DRIVERKIT_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_DRIVERKIT_VERSION_MIN_REQUIRED__ < 220400)
|
180 | 180 | # define _LIBCPP_INTRODUCED_IN_LLVM_15 0
|
181 | 181 | # else
|
182 | 182 | # define _LIBCPP_INTRODUCED_IN_LLVM_15 1
|
183 | 183 | # endif
|
184 | 184 | # define _LIBCPP_INTRODUCED_IN_LLVM_15_ATTRIBUTE \
|
185 |
| - __attribute__((availability(macos, strict, introduced = 13.4))) \ |
186 |
| - __attribute__((availability(ios, strict, introduced = 16.5))) \ |
187 |
| - __attribute__((availability(tvos, strict, introduced = 16.5))) \ |
188 |
| - __attribute__((availability(watchos, strict, introduced = 9.5))) \ |
| 185 | + __attribute__((availability(macos, strict, introduced = 13.3))) \ |
| 186 | + __attribute__((availability(ios, strict, introduced = 16.3))) \ |
| 187 | + __attribute__((availability(tvos, strict, introduced = 16.3))) \ |
| 188 | + __attribute__((availability(watchos, strict, introduced = 9.3))) \ |
189 | 189 | __attribute__((availability(bridgeos, strict, introduced = 7.5))) \
|
190 | 190 | __attribute__((availability(driverkit, strict, introduced = 22.4)))
|
191 | 191 |
|
|
0 commit comments