From 6c85ba3f17a360d48865efbae6bbd4c90aafd758 Mon Sep 17 00:00:00 2001 From: Yves Delley Date: Tue, 14 May 2024 15:50:04 +0200 Subject: [PATCH] Update src/systems/include/mp-units/systems/si/unit_symbols.h Co-authored-by: Mateusz Pusz --- src/systems/include/mp-units/systems/si/unit_symbols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systems/include/mp-units/systems/si/unit_symbols.h b/src/systems/include/mp-units/systems/si/unit_symbols.h index eaa2e7d22..060bfb93f 100644 --- a/src/systems/include/mp-units/systems/si/unit_symbols.h +++ b/src/systems/include/mp-units/systems/si/unit_symbols.h @@ -486,7 +486,7 @@ inline constexpr auto uohm = micro; inline constexpr auto mohm = milli; inline constexpr auto cohm = centi; inline constexpr auto dohm = deci; -inline constexpr auto ohm = si::ohm; +using si::ohm; inline constexpr auto daohm = deca; inline constexpr auto hohm = hecto; inline constexpr auto kohm = kilo;