diff --git a/include/xo/unit/quantity.hpp b/include/xo/unit/quantity.hpp index bab5655c..f8d5dd80 100644 --- a/include/xo/unit/quantity.hpp +++ b/include/xo/unit/quantity.hpp @@ -42,6 +42,8 @@ namespace xo { using repr_type = Repr; ///@} + static_assert(unit_concept); + static_assert(numeric_concept); /* non-unity compile-time scale factors can arise during unit conversion; * for example see method quantity::in_units_of() */