xo-unit: restore constexpr quantity*quantity
This commit is contained in:
parent
be24d649eb
commit
be67f55c79
5 changed files with 66 additions and 35 deletions
|
|
@ -50,6 +50,8 @@ namespace xo {
|
|||
|
||||
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);
|
||||
|
||||
constexpr auto millisecond = detail::make_unit_rescale_result<std::int64_t>(nu::millisecond);
|
||||
}
|
||||
|
||||
namespace detail {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue