diff --git a/src/core/include/mp-units/framework/unit_concepts.h b/src/core/include/mp-units/framework/unit_concepts.h index bcc8aaf2..c36521a7 100644 --- a/src/core/include/mp-units/framework/unit_concepts.h +++ b/src/core/include/mp-units/framework/unit_concepts.h @@ -102,9 +102,6 @@ concept UnitOf = AssociatedUnit && QuantitySpec -concept UnitOf = UnitOf; - template concept WeakUnitOf = Unit && QuantitySpec && ((!AssociatedUnit) || UnitOf);