From f1caad7b749b1161392a3cb9a451692a9ef778da Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 5 Nov 2022 18:45:02 +0100 Subject: [PATCH] fix: expression template simplification bug fixed --- src/core/include/units/bits/expression_template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/include/units/bits/expression_template.h b/src/core/include/units/bits/expression_template.h index 359cb9c1..d7bedadd 100644 --- a/src/core/include/units/bits/expression_template.h +++ b/src/core/include/units/bits/expression_template.h @@ -237,8 +237,8 @@ template, type_list, DRest...>, Pred> { using impl = expr_simplify, type_list, Pred>; using type = expr_simplify_power::exponent>; - using num = type_list_join; - using den = type_list_join; + using num = type_list_join; + using den = type_list_join; }; // in case there are different powers for the same element simplify the power