Skip to content

Teach the C++ driver not to add -enable-objc-interop for Embedded Swift #70599

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

Conversation

DougGregor
Copy link
Member

This mirrors a change to the Swift driver to do the same, for use with legacy driver clients.

…wift

This mirrors a change to the Swift driver to do the same, for use with
legacy driver clients.
@DougGregor DougGregor requested a review from artemcm as a code owner December 21, 2023 22:30
@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@DougGregor DougGregor enabled auto-merge December 21, 2023 22:31
return true;
}

return false;
Copy link
Member

Choose a reason for hiding this comment

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

Any reason to not prefer:

std::find(std::begin(range), std::end(range), value) != std::end(range);

@DougGregor DougGregor merged commit 1fd1624 into swiftlang:main Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants