diff --git a/example/currency.cpp b/example/currency.cpp index 613f1b6aa..fb1ff9fa6 100644 --- a/example/currency.cpp +++ b/example/currency.cpp @@ -99,7 +99,7 @@ int main() { using namespace unit_symbols; - quantity_point price_usd = zero + 100 * USD; + quantity_point price_usd = zero + 100 * USD; quantity_point price_euro = exchange_to(price_usd); std::cout << price_usd.quantity_from(zero) << " -> " << price_euro.quantity_from(zero) << "\n";