xo-unit: refactor: c_basis_power<> -> basis_power<>

This commit is contained in:
Roland Conybeare 2024-04-03 17:24:55 -04:00
commit 7c7373427e
6 changed files with 69 additions and 32 deletions

View file

@ -7,7 +7,6 @@ int
main () {
namespace u = xo::unit::units;
namespace qty = xo::unit::qty;
using xo::unit::quantity;
using namespace std;
auto t1 = qty::milliseconds(1);