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

Assert field type triviality in copy #329

Merged
merged 2 commits into from
Jul 9, 2021

Conversation

bernhardmgruber
Copy link
Member

  • assert trivial copy-ability where necessary
  • use is_trivially_default_constructible_v instead of is_trivially_constructible_v without args

@bernhardmgruber bernhardmgruber linked an issue Jul 9, 2021 that may be closed by this pull request
@bernhardmgruber bernhardmgruber merged commit 525c35c into alpaka-group:develop Jul 9, 2021
@bernhardmgruber bernhardmgruber deleted the trivial branch July 9, 2021 13:53
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.

Static assert that field types are trivial
1 participant