Skip to content

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

Open
@flisboac

Description

@flisboac

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), ...

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions