forked from mpusz/mp-units
All UDLs are now prefixed with q_
This commit is contained in:
@@ -35,7 +35,7 @@ constexpr Velocity AUTO avg_speed(Length AUTO d, Time AUTO t)
|
||||
int main()
|
||||
{
|
||||
using namespace si::literals;
|
||||
Velocity AUTO v1 = avg_speed(220km, 2h);
|
||||
Velocity AUTO v1 = avg_speed(220q_km, 2q_h);
|
||||
Velocity AUTO v2 = avg_speed(si::length<international::mile>(140), si::time<si::hour>(2));
|
||||
Velocity AUTO v3 = quantity_cast<si::metre_per_second>(v2);
|
||||
Velocity AUTO v4 = quantity_cast<int>(v3);
|
||||
|
||||
Reference in New Issue
Block a user