xo-unit: utest: tidy

This commit is contained in:
Roland Conybeare 2024-04-28 18:46:20 -04:00
commit e6ccd09ad7
3 changed files with 33 additions and 46 deletions

View file

@ -46,6 +46,8 @@ namespace xo {
}
namespace su {
/* note: probably retire these */
constexpr auto nanogram = detail::make_unit_rescale_result<std::int64_t>(nu::nanogram);
constexpr auto microgram = detail::make_unit_rescale_result<std::int64_t>(nu::microgram);
}