xo-unit: retire stdquantity<> no longer streamlines quantity<>
This commit is contained in:
parent
591a20c151
commit
00245ad378
2 changed files with 2 additions and 7 deletions
|
|
@ -158,10 +158,6 @@ namespace xo {
|
|||
Repr scale_ = Repr{};
|
||||
};
|
||||
|
||||
template < natural_unit<std::int64_t> NaturalUnit,
|
||||
typename Repr = double >
|
||||
using stdquantity = quantity<NaturalUnit, Repr>;
|
||||
|
||||
template <typename Quantity, typename Int, typename Int2x>
|
||||
constexpr auto
|
||||
rescale(const Quantity & x, const scaled_unit<Int, Int2x> & su) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue