docs: degree_Celsius confirmed to not have SI prefixes

This commit is contained in:
Mateusz Pusz
2022-12-19 20:46:21 +01:00
parent eaaee2e305
commit dcfd7a5a62

View File

@@ -91,7 +91,7 @@ inline constexpr struct electronvolt : named_unit<"eV", mag<ratio{1'602'176'634,
namespace units {
template<>
inline constexpr bool unit_can_be_prefixed<si::degree_Celsius> = false; // TODO Is it true?
inline constexpr bool unit_can_be_prefixed<si::degree_Celsius> = false;
template<>
inline constexpr bool unit_can_be_prefixed<si::minute> = false;
template<>