From 3b6a22d2c0d53a127a85f359728f82ff0292ef46 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 26 Sep 2023 15:48:17 +0200 Subject: [PATCH] docs: `degree_Celsius` comment not needed anymore --- src/systems/si/include/mp-units/systems/si/units.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/systems/si/include/mp-units/systems/si/units.h b/src/systems/si/include/mp-units/systems/si/units.h index b127018f..543b0cf7 100644 --- a/src/systems/si/include/mp-units/systems/si/units.h +++ b/src/systems/si/include/mp-units/systems/si/units.h @@ -68,7 +68,6 @@ inline constexpr struct siemens : named_unit<"S", 1 / ohm> {} siemens; inline constexpr struct weber : named_unit<"Wb", volt * second> {} weber; inline constexpr struct tesla : named_unit<"T", weber / square(metre)> {} tesla; inline constexpr struct henry : named_unit<"H", weber / ampere> {} henry; -// inline constexpr struct degree_Celsius : named_unit * milli, only_for {} degree_Celsius; inline constexpr struct degree_Celsius : named_unit {} degree_Celsius; inline constexpr struct lumen : named_unit<"lm", candela * steradian> {} lumen; inline constexpr struct lux : named_unit<"lx", lumen / square(metre)> {} lux;