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

Remove vcruntime._Private.xstddef #67821

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

stevapple
Copy link
Contributor

<xstddef> was removed since MSVC 14.37 (see microsoft/STL#3654). It isn't meant to be used by most users, but the reference will break all clients of vcruntime, including Swift standard library itself.

An alternative is to provide an empty xstddef file through VFS overlay, which doesn't seem a reasonable workaround for private stubs.

`<xstddef>` was removed since MSVC 14.37. It isn't meant to be used by most users, but the reference will break all clients of `vcruntime`, including Swift standard library itself.
@compnerd
Copy link
Member

compnerd commented Aug 9, 2023

@swift-ci please test

Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

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

Assuming that this passes CI, I think that this is good to go. If it does pass, we should consider folding it into the current backport.

@compnerd compnerd merged commit 47eb843 into swiftlang:main Aug 9, 2023
@stevapple stevapple deleted the stevapple-patch-1-1 branch August 11, 2023 05:25
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