Commit 90835fb
Fix initializing of dispatch_block_flags_t.
Without this change, `Block.swift` fails to compile complaining that
"'numericCast' requires that 'dispatch_block_flags_t' conform to
'BinaryInteger'".
A number of changes may have tickled this, possibly: improved recent
type handling in the Swift compiler, more stringent handling of C enum
types, or changes to the `DISPATCH_OPTIONS` macro. Regardless, this
change solves the problem.1 parent c4b6d25 commit 90835fb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments