Commit 19445c0
committed
Enable the >=version syntax for
In addition to the string-literal form, this compilation conditional
handles the same version check syntax as `#if swift` and `#if compiler`.#if _compiler_version
1 parent ec6b09f commit 19445c0
File tree
2 files changed
+3
-7
lines changed- Sources/SwiftIfConfig
- Tests/SwiftIfConfigTest
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
| 337 | + | |
344 | 338 | | |
345 | 339 | | |
346 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
0 commit comments