forked from mpusz/mp-units
- One can now change the unit type without changing the representation type. - One can now change the representation type without changing the unit type. - Had to implement std::common_type<my_value, my_value> to still compile integration tests. (It implicitly converted to another representation before.)