Skip to content

runtime: use explicit name for placement new #42358

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
Apr 14, 2022

Conversation

compnerd
Copy link
Member

The android build seems to find a conflict in the overload set for the
placement new operator due to the custom new overload. Provide the
indicator that we want the placement new allocator by using the
explicitly namespaced spelling.

Thanks to @buttaface for reporting the build failure.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

The android build seems to find a conflict in the overload set for the
placement new operator due to the custom new overload.  Provide the
indicator that we want the placement new allocator by using the
explicitly namespaced spelling.

Thanks to @buttaface for reporting the build failure.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit d6cc8e8 into swiftlang:main Apr 14, 2022
@compnerd compnerd deleted the spelling branch April 14, 2022 04:35
@finagolfin
Copy link
Member

It appears this hasn't fixed the build failures on the Android armv7 CI. Btw, no hurry on this, I understand that this may take time.

@compnerd
Copy link
Member Author

@buttaface - yeah, I noticed :-(. It does seem to get further and I think that #42365 should help.

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.

3 participants