Skip to content

[AST] Remove defaulted SmallVector use #60413

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
Aug 5, 2022

Conversation

bnbarham
Copy link
Contributor

@bnbarham bnbarham commented Aug 5, 2022

There's a bug in the compiler on CentOS 7 which causes the template
arguments not to be merged correctly. Use the non-defaulted form until
CentOS 7 is no longer supported.

There's a bug in the compiler on CentOS 7 which causes the template
arguments not to be merged correctly. Use the non-defaulted form until
CentOS 7 is no longer supported.
@bnbarham bnbarham requested a review from theblixguy August 5, 2022 17:49
@bnbarham
Copy link
Contributor Author

bnbarham commented Aug 5, 2022

@swift-ci please smoke test

@bnbarham
Copy link
Contributor Author

bnbarham commented Aug 5, 2022

Note that this is only a problem for the forward declared SmallVector added to the swift namespace through swift/Basic/LLVM.h

@bnbarham bnbarham merged commit 0b32290 into swiftlang:main Aug 5, 2022
@bnbarham bnbarham deleted the remove-default-smallvec-use branch August 5, 2022 21:31
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