From 514abd2140bcd3ba310c4295cbf247874d838673 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 29 Apr 2025 18:09:14 +0200 Subject: [PATCH] fix: clang-20 compilation fixed --- src/core/include/mp-units/framework/unit_concepts.h | 3 --- 1 file changed, 3 deletions(-) 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);