swift
84a69c41 - [C++-Interop] Import `const &T` function parameters as @in_guaranteed

Commit
3 years ago
[C++-Interop] Import `const &T` function parameters as @in_guaranteed When passing value types as a const-ref to a C++ API, ensure that the caller is tasked with handling the lifetime of the instance passed in.
Author
Committer
Parents
Loading