From f7fc8dd7157a8d45996df114d76b85eea6a9f42b Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 3 Apr 2025 08:17:54 +0100 Subject: [PATCH] Revert "refactor(example): explicit conversions added for `ranged_representation` arguments" This reverts commit 0811ca92e16f2474a2915a855dd77dec0d349fa3. --- example/include/geographic.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example/include/geographic.h b/example/include/geographic.h index ea62b93f..c163afbb 100644 --- a/example/include/geographic.h +++ b/example/include/geographic.h @@ -79,11 +79,10 @@ inline constexpr struct prime_meridian final : mp_units::absolute_point_origin -using latitude = mp_units::quantity_point>; +using latitude = mp_units::quantity_point>; template -using longitude = - mp_units::quantity_point>; +using longitude = mp_units::quantity_point>; template std::basic_ostream& operator<<(std::basic_ostream& os, const latitude& lat)