From 690fa592cabb7604d024f35b7157abbe7c0d1a22 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 27 Aug 2023 21:51:59 +0200 Subject: [PATCH] docs: outdated comment removed --- 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 7f035855..1303c796 100644 --- a/src/systems/si/include/mp-units/systems/si/units.h +++ b/src/systems/si/include/mp-units/systems/si/units.h @@ -39,7 +39,6 @@ inline constexpr struct gram : named_unit<"g", kind_of> {} gram; inline constexpr struct kilogram : decltype(kilo) {} kilogram; inline constexpr struct ampere : named_unit<"A", kind_of> {} ampere; inline constexpr struct kelvin : named_unit<"K", kind_of> {} kelvin; -// inline constexpr struct kelvin : named_unit<"K", isq::thermodynamic_temperature, not_for {} kelvin; inline constexpr struct mole : named_unit<"mol", kind_of> {} mole; inline constexpr struct candela : named_unit<"cd", kind_of> {} candela;