xo-unit: rename scaled_unit o/load of rescale() -> rescale_ext()

This commit is contained in:
Roland Conybeare 2024-05-03 21:36:51 -04:00
commit 4263144614
3 changed files with 3 additions and 3 deletions

View file

@ -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"));