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

adl: Convert all SFINAE-based template functions and operators for oct_{var|vexpr|cons|system} into non-SFINAE functions where possible #45

Open
flisboac opened this issue Aug 25, 2017 · 0 comments

Comments

@flisboac
Copy link
Owner

flisboac commented Aug 25, 2017

This includes migrating all functions from adl::operators and adl::dsl namespaces into the adl::oct namespace.

E.g. template <VarType_, typename = common_var_t<VarType_>> void function(VarType_) into void function(oct_var), void function(octdiff_var), ...

@flisboac flisboac self-assigned this Aug 25, 2017
@flisboac flisboac changed the title adl: Convert all SFINAE-based template functions and operators for oct_{var|vexpr|cons|system} into class-based functions adl: Convert all SFINAE-based template functions and operators for oct_{var|vexpr|cons|system} into non-SFINAE functions where possible Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant