From 90c8cbce255e2c2da9b11243dc9d3ab62573361c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 22 Jun 2023 18:15:02 +0200 Subject: [PATCH] refactor: `unit_can_be_prefixed` trait refactored --- src/core/include/mp-units/bits/unit_concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/mp-units/bits/unit_concepts.h b/src/core/include/mp-units/bits/unit_concepts.h index 9acbe189..a669f5bc 100644 --- a/src/core/include/mp-units/bits/unit_concepts.h +++ b/src/core/include/mp-units/bits/unit_concepts.h @@ -84,7 +84,7 @@ concept NamedUnit = * provided. */ template -inline constexpr bool unit_can_be_prefixed = detail::NamedUnit>; +inline constexpr bool unit_can_be_prefixed = true; /** * @brief A concept to be used to define prefixes for a unit