Skip to content

C++ Interop: import caret operators #39177

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 8, 2021

Conversation

egorzhdan
Copy link
Contributor

This change makes it possible to call operator^ from Swift.
It works exactly the same way as for all the other arithmetic operators.

This change makes it possible to call `operator^` from Swift. It works exactly the same way as all the other arithmetic operators.
@egorzhdan egorzhdan added the c++ interop Feature: Interoperability with C++ label Sep 4, 2021
@egorzhdan egorzhdan requested a review from zoecarver September 4, 2021 13:34
@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Contributor

@zoecarver zoecarver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 it

@egorzhdan egorzhdan merged commit 8e4054f into swiftlang:main Sep 8, 2021
@egorzhdan egorzhdan deleted the cxx-operator-caret branch October 2, 2021 20:30
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.

2 participants