swift
84a69c41
- [C++-Interop] Import `const &T` function parameters as @in_guaranteed
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#61000 - [C++-Interop] Import `const &T` function parameters as @in_guaranteed
Author
plotfi
Committer
plotfi
Parents
9ab055ad
Loading