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

replaced is_pod in test project #132

Merged
merged 1 commit into from
May 27, 2022

Conversation

marco-langer
Copy link
Contributor

Replaced is_pod in test/boolean.cpp with is_standard_layout and is_trivially_copyable.

The same static asserts are already in test/integer.cpp and test/floating_point.cpp, now it is consistent across all files.

@foonathan foonathan merged commit 12e9239 into foonathan:main May 27, 2022
@foonathan
Copy link
Owner

Thanks!

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.

None yet

2 participants