diff --git a/src/core/include/units/bits/expression_template.h b/src/core/include/units/bits/expression_template.h index fcf41745..0d145010 100644 --- a/src/core/include/units/bits/expression_template.h +++ b/src/core/include/units/bits/expression_template.h @@ -262,8 +262,8 @@ template, NRest...>, type_list, DRest...>, Pred> { using impl = expr_simplify, type_list, Pred>; using type = expr_simplify_power::exponent, power::exponent>; - using num = type_list_join; - using den = type_list_join; + using num = type_list_join; + using den = type_list_join; };