swift
cb562d26 - [cxx-interop] Synthesize conformances to `CxxConvertibleToCollection`

Commit
2 years ago
[cxx-interop] Synthesize conformances to `CxxConvertibleToCollection` This extends the existing auto-conformance mechanism to synthesize the conformances to `CxxConvertibleToCollection` protocol for C++ sequence types. This means that the developer can now call `Array(myCxxSequence)` or `Set(myCxxSequence)` without adding any extensions manually.
Author
Parents
Loading