You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered: