xo-unit: drop default value w/ NaturalUnit arg to quantity<..>
This commit is contained in:
parent
821ed4f56f
commit
dc9e7d2f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ namespace xo {
|
|||
* sizeof(quantity) == sizeof(Repr).
|
||||
**/
|
||||
template <
|
||||
auto /*natural_unit<Int>*/ NaturalUnit = natural_unit<std::int64_t>(),
|
||||
auto /*natural_unit<Int>*/ NaturalUnit,
|
||||
typename Repr = double,
|
||||
typename Int2x = detail::width2x_t<typename decltype(NaturalUnit)::ratio_int_type> >
|
||||
class quantity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue