diff --git a/include/xo/unit/quantity.hpp b/include/xo/unit/quantity.hpp index e1de9279..364ab216 100644 --- a/include/xo/unit/quantity.hpp +++ b/include/xo/unit/quantity.hpp @@ -18,7 +18,7 @@ namespace xo { * sizeof(quantity) == sizeof(Repr). **/ template < - auto /*natural_unit*/ NaturalUnit = natural_unit(), + auto /*natural_unit*/ NaturalUnit, typename Repr = double, typename Int2x = detail::width2x_t > class quantity {