diff --git a/au/quantity.hh b/au/quantity.hh index 59d6207f..577b829c 100644 --- a/au/quantity.hh +++ b/au/quantity.hh @@ -113,9 +113,6 @@ class Quantity { using Unit = UnitT; static constexpr auto unit = Unit{}; - static_assert(std::is_arithmetic::value, - "Rep must be built-in numeric type for now; see #52"); - // IMPLICIT constructor for another Quantity of the same Dimension. template Representation concept - - Rep can only be is_arithmetic for now, but - plan - to upgrade + +