diff --git a/src/core/include/units/quantity.h b/src/core/include/units/quantity.h index 512fc7ec..de43284e 100644 --- a/src/core/include/units/quantity.h +++ b/src/core/include/units/quantity.h @@ -78,8 +78,9 @@ concept invoke_result_of_ = */ template Rep = double> class quantity { - Rep number_; public: + Rep number_; + // member types and values static constexpr Reference auto reference = R; static constexpr QuantitySpec auto quantity_spec = reference.quantity_spec;