Skip to content

[cxx-interop] Import using decls that refer to member operators of a base class #69991

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 2 commits into from
Dec 5, 2023

Conversation

egorzhdan
Copy link
Contributor

This is required for proper support for std::vector::iterator on Windows.

Unblocks #69433.

rdar://118657936 / resolves #69990

…base class

This is required for proper support for `std::vector::iterator` on Windows.

rdar://118657936 / resolves #69990
@egorzhdan egorzhdan added the c++ interop Feature: Interoperability with C++ label Nov 20, 2023
@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test

@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test macOS

1 similar comment
@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test macOS

@egorzhdan egorzhdan enabled auto-merge November 21, 2023 18:20
auto-merge was automatically disabled November 27, 2023 04:38

Base branch was modified

@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test

@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test macOS

@egorzhdan egorzhdan merged commit 8c049fd into main Dec 5, 2023
@egorzhdan egorzhdan deleted the egorzhdan/using-arithmetic-op branch December 5, 2023 11:38
hjyamauchi added a commit to hjyamauchi/swift that referenced this pull request Nov 13, 2024
…kup table elsewhere

NFC intended

Cherrypick commit 0b69eb5
Cherrypick PR swiftlang#69991
hjyamauchi added a commit to hjyamauchi/swift that referenced this pull request Nov 13, 2024
…base class

This is required for proper support for `std::vector::iterator` on Windows.

rdar://118657936 / resolves swiftlang#69990

Cherrypick commit ece33a4
Cherrypick PR swiftlang#69991
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.

C++ using decls that refer to member operators in a base class are not callable
2 participants