Skip to content

SymbolicValue is_pod -> is_trivial #27521

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
Dec 18, 2019
Merged

SymbolicValue is_pod -> is_trivial #27521

merged 1 commit into from
Dec 18, 2019

Conversation

marcrasi
Copy link

@marcrasi marcrasi commented Oct 3, 2019

is_pod is getting deprecated in C++20. All we really care about is that the type stay trivial. (And that's just a performance thing, I don't think we rely on that anywhere).

is_pod is getting deprecated. All we really care about is that the type stay trivial. (And that's just a performance thing, I don't think we rely on that anywhere).
@marcrasi
Copy link
Author

marcrasi commented Oct 3, 2019

@swift-ci please smoke test

@marcrasi
Copy link
Author

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit 37c6be8 into master Dec 18, 2019
@compnerd compnerd deleted the marcrasi-patch-1 branch May 31, 2025 20:32
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