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
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
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_)
intovoid function(oct_var)
,void function(octdiff_var)
, ...The text was updated successfully, but these errors were encountered: