swift
16b1fe17
- [interop][SwiftToCxx] moving a Swift class in C++ performs a copy
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[interop][SwiftToCxx] moving a Swift class in C++ performs a copy C++ does not have a consuming move, so fallback to copy instead Resolves https://github.com/apple/swift/issues/64702
References
#65749 - [interop][SwiftToCxx] move semantics for Swift classes; use of C++ move for unimplemented Swift value moves fails at link time now
Author
hyp
Committer
hyp
Parents
a1dc63ec
Loading