From 52479412bb874b475cb15854dcae9b34f9a62c60 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 26 Sep 2023 14:21:37 +0200 Subject: [PATCH] docs: TODO note removed --- src/systems/si/include/mp-units/systems/si/units.h | 2 -- 1 file changed, 2 deletions(-) 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 88994638..7299e89a 100644 --- a/src/systems/si/include/mp-units/systems/si/units.h +++ b/src/systems/si/include/mp-units/systems/si/units.h @@ -72,8 +72,6 @@ inline constexpr struct henry : named_unit<"H", weber / ampere> {} henry; 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; -// TODO add when isq::activity will be supported -// inline constexpr struct becquerel : named_unit<"Bq", 1 / second, kind_of> {} becquerel; inline constexpr struct becquerel : named_unit<"Bq", 1 / second, kind_of> {} becquerel; inline constexpr struct gray : named_unit<"Gy", joule / kilogram> {} gray; inline constexpr struct sievert : named_unit<"Sv", joule / kilogram> {} sievert;