mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
Conan test package build fixed
This commit is contained in:
@@ -34,5 +34,5 @@ constexpr stde::units::Velocity avg_speed(D d, T t)
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::cout << "Average speed = " << avg_speed(240.0_km, 2_h).count() << " kmph\n";
|
std::cout << "Average speed = " << avg_speed(240.0km, 2h).count() << " kmph\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user