diff --git a/src/core/include/mp-units/framework/representation_concepts.h b/src/core/include/mp-units/framework/representation_concepts.h index 2edfad8ec..4ddbcb889 100644 --- a/src/core/include/mp-units/framework/representation_concepts.h +++ b/src/core/include/mp-units/framework/representation_concepts.h @@ -83,7 +83,6 @@ template concept IsOfCharacter = (Ch == quantity_character::scalar && is_scalar) || (Ch == quantity_character::complex && is_complex) || (Ch == quantity_character::vector && is_vector) || (Ch == quantity_character::tensor && is_tensor); -; template using scaling_factor_type_t = conditional, long double, std::intmax_t>;