diff --git a/include/xo/unit/quantity_concept.hpp b/include/xo/unit/quantity_concept.hpp index 1235a277..1edb2c59 100644 --- a/include/xo/unit/quantity_concept.hpp +++ b/include/xo/unit/quantity_concept.hpp @@ -17,6 +17,7 @@ namespace xo { { Quantity::unit_cstr() } -> std::same_as; { Quantity::unit_quantity() } -> std::same_as; { Quantity::promote(repr) } -> std::same_as; - }; + } && (unit_concept + && numeric_concept); } /*namespace unit*/ } /*namespace xo*/