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

implement enable_if to cope with contexts not supporting some input types #226

Open
nbarlowATI opened this issue Aug 2, 2019 · 0 comments

Comments

@nbarlowATI
Copy link
Member

Currently in the develop branch, all contexts have some dummy specializations to avoid the problem of some functions not working on some input types (e.g. double or complex for most contexts).

std::enable_if may provide a more elegant way around this.
https://en.cppreference.com/w/cpp/types/enable_if

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