xo-unit: retire stdquantity<> no longer streamlines quantity<>

This commit is contained in:
Roland Conybeare 2024-05-03 22:07:05 -04:00
commit 00245ad378
2 changed files with 2 additions and 7 deletions

View file

@ -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) {