diff --git a/src/core/include/units/concepts.h b/src/core/include/units/concepts.h index afdfeb4f..0315908f 100644 --- a/src/core/include/units/concepts.h +++ b/src/core/include/units/concepts.h @@ -120,7 +120,7 @@ concept quantity_of = Quantity && Dimension> * the provided dimension type. */ template -concept quantity_equivalent_to = Quantity && Dimension> && - (interconvertible(Q::dimension, D)); +concept weak_quantity_of = Quantity && Dimension> && + (interconvertible(Q::dimension, D)); } // namespace units