xo-unit: refactor: drop default value for NaturalUnit arg

This commit is contained in:
Roland Conybeare 2024-05-03 22:05:22 -04:00
commit b39f502c6c

View file

@ -158,7 +158,7 @@ namespace xo {
Repr scale_ = Repr{};
};
template < natural_unit<std::int64_t> NaturalUnit = natural_unit<std::int64_t>(),
template < natural_unit<std::int64_t> NaturalUnit,
typename Repr = double >
using stdquantity = quantity<NaturalUnit, Repr>;