diff --git a/example/ex3/ex3.cpp b/example/ex3/ex3.cpp index fd1faebb..b1a9b1b8 100644 --- a/example/ex3/ex3.cpp +++ b/example/ex3/ex3.cpp @@ -13,8 +13,8 @@ main () { using xo::flatstring; using namespace std; - constexpr stdquantity t = q::minutes(2); - constexpr stdquantity d = q::kilometers(2.5); + constexpr stdquantity t = q::minutes(2); + constexpr stdquantity d = q::kilometers(2.5); constexpr auto t2 = t*t; constexpr auto a = d / (t*t);