xo-unit: refactor: drop default value for NaturalUnit arg
This commit is contained in:
parent
dc9e7d2f9d
commit
b39f502c6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue