swift
20a83994 - stdlib: Guard `@inlinable` use of `withMemoryRebound()` with `#if $TypedThrows`.

Commit
1 year ago
stdlib: Guard `@inlinable` use of `withMemoryRebound()` with `#if $TypedThrows`. Older compilers can no longer see the definition of `withMemoryRebound()` now that it has adopted typed throws (https://github.com/apple/swift/pull/72036). Resolves rdar://124540428
Author
Committer
Parents
Loading