Skip to content
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

🍒[cxx-interop] Do not import std::__compressed_pair #78758

Draft
wants to merge 1 commit into
base: release/6.1
Choose a base branch
from

Conversation

egorzhdan
Copy link
Contributor

This type is triggering modularization issues in libc++:

error: definition of '__builtin_new_deleter' must be imported from module 'std_private_memory_builtin_new_allocator' before it is required

This is a workaround to keep things building.

rdar://142576799
(cherry picked from commit cb2bd32)

This type is triggering modularization issues in libc++:
```
error: definition of '__builtin_new_deleter' must be imported from module 'std_private_memory_builtin_new_allocator' before it is required
```

This is a workaround to keep things building.

rdar://142576799
(cherry picked from commit cb2bd32)
@egorzhdan egorzhdan added the c++ interop Feature: Interoperability with C++ label Jan 20, 2025
@egorzhdan
Copy link
Contributor Author

@swift-ci please test

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