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

Inconsistent noexcept on load/store functions #68

Open
mattkretz opened this issue Jun 14, 2018 · 0 comments
Open

Inconsistent noexcept on load/store functions #68

mattkretz opened this issue Jun 14, 2018 · 0 comments

Comments

@mattkretz
Copy link

copy_to and copy_from of where_expression are marked noexcept. All other load and store functions/constructors of simd and simd_mask are not noexcept but “Throws: Nothing.”. The latter seems to follow the correct rules, since load/store on where_expression also has preconditions.

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

No branches or pull requests

1 participant