Skip to content

Support std::unique_ptr. #65878

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

Closed
wants to merge 1 commit into from

Conversation

zoecarver
Copy link
Contributor

No description provided.

@zoecarver zoecarver requested review from hyp and egorzhdan as code owners May 11, 2023 23:33
@zoecarver
Copy link
Contributor Author

@swift-ci please smoke test

@zoecarver
Copy link
Contributor Author

This is the tests from #65577

@hyp
Copy link
Contributor

hyp commented May 12, 2023

Thanks, having tests in tree is great!

@hyp hyp added the c++ interop Feature: Interoperability with C++ label May 12, 2023
Comment on lines +7 to +12
#if os(Linux)
import CxxStdlib
// FIXME: import CxxStdlib.string once libstdc++ is split into submodules.
#else
import CxxStdlib.memory
#endif
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please change this to import CxxStdlib unconditionally?

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.

3 participants