forked from mpusz/mp-units
refactor: got rid of gcc-9 backlog
BREAKING CHANGE: gcc-9.3 no longer supported
This commit is contained in:
@@ -34,7 +34,7 @@ int main()
|
||||
auto torque = 20.0q_Nm;
|
||||
auto energy = 20.0q_J;
|
||||
|
||||
physical::Angle AUTO angle = torque / energy;
|
||||
physical::Angle auto angle = torque / energy;
|
||||
|
||||
std::cout << angle << '\n';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user