diff --git a/src/core/include/mp-units/framework/expression_template.h b/src/core/include/mp-units/framework/expression_template.h index 847f2d87..3448bb33 100644 --- a/src/core/include/mp-units/framework/expression_template.h +++ b/src/core/include/mp-units/framework/expression_template.h @@ -51,16 +51,17 @@ template concept SymbolicConstant = SymbolicArg && std::is_empty_v && std::is_trivial_v && std::semiregular && std::is_final_v; -} // namespace detail /** * @brief Type list type used by the expression template framework * * @tparam Ts The list of types */ -template +template struct type_list {}; +} // namespace detail + /** * @brief Type list type storing the list of components with negative exponents *