Skip to content

[interop][SwiftToCxx] Declare the generic usability type trait before… #61225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

hyp
Copy link
Contributor

@hyp hyp commented Sep 21, 2022

… the C++ class that represents the Swift type

This allows you to import a method that returns the type of the context in which the method is declared when such type is a generic parameter in another type. This means that it's now possible to bridge the initializer for RawRepresentable enums.

… the C++ class that represents the Swift type

This allows you to import a method that returns the type of the context in which the method is declared when such
type is a generic parameter in another type. This means that it's now possible to bridge the initializer for
RawRepresentable enums.
@hyp hyp added the c++ interop Feature: Interoperability with C++ label Sep 21, 2022
@hyp hyp requested review from egorzhdan and zoecarver September 21, 2022 15:01
@hyp
Copy link
Contributor Author

hyp commented Sep 21, 2022

@swift-ci please test

@hyp
Copy link
Contributor Author

hyp commented Sep 21, 2022

@swift-ci please test source compatibility

1 similar comment
@hyp
Copy link
Contributor Author

hyp commented Sep 21, 2022

@swift-ci please test source compatibility

@hyp
Copy link
Contributor Author

hyp commented Sep 21, 2022

@swift-ci please test macOS platform

@hyp hyp merged commit ae54953 into swiftlang:main Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ interop Feature: Interoperability with C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant