xo-unit: + su::meter, su::second
This commit is contained in:
parent
dd643109cc
commit
cf9ad4d02e
1 changed files with 3 additions and 0 deletions
|
|
@ -51,7 +51,10 @@ 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 meter = detail::make_unit_rescale_result<std::int64_t>(nu::meter);
|
||||
|
||||
constexpr auto millisecond = detail::make_unit_rescale_result<std::int64_t>(nu::millisecond);
|
||||
constexpr auto second = detail::make_unit_rescale_result<std::int64_t>(nu::second);
|
||||
}
|
||||
|
||||
namespace detail {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue