You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Use numericCast() to get the correct type when creating a dispatch_block_flags_t."
This (partially) reverts commit b048490.
Unfortunately, the numeric cast'ed value cannot be used to construct the
dispatch_flags_t type. Trying to change to an explicit construction
also fails. This repairs the Windows build for the time being. Use the
`numericCast` for other targets.
0 commit comments