diff --git a/example/hello_units.cpp b/example/hello_units.cpp index c6b7445d..d9a2ebcb 100644 --- a/example/hello_units.cpp +++ b/example/hello_units.cpp @@ -29,7 +29,7 @@ using namespace mp_units; -constexpr QuantityOf auto avg_speed(QuantityOf auto d, QuantityOf auto t) +constexpr QuantityOf auto avg_speed(QuantityOf auto d, QuantityOf auto t) { return d / t; }