diff --git a/include/xo/unit/quantity.hpp b/include/xo/unit/quantity.hpp index 364ab216..70673ad9 100644 --- a/include/xo/unit/quantity.hpp +++ b/include/xo/unit/quantity.hpp @@ -158,7 +158,7 @@ namespace xo { Repr scale_ = Repr{}; }; - template < natural_unit NaturalUnit = natural_unit(), + template < natural_unit NaturalUnit, typename Repr = double > using stdquantity = quantity;