xo-unit: rename scaled_unit o/load of rescale() -> rescale_ext()
This commit is contained in:
parent
f3e75cc634
commit
4263144614
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ main () {
|
|||
<< ", d.t^-2: " << a
|
||||
<< endl;
|
||||
|
||||
constexpr auto a2 = a.template rescale<su::meter / (su::second * su::second)>();
|
||||
constexpr auto a2 = a.rescale_ext<su::meter / (su::second * su::second)>();
|
||||
|
||||
static_assert(a2.abbrev() == flatstring("m.s^-2"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue