mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
docs: degree_Celsius
confirmed to not have SI prefixes
This commit is contained in:
@@ -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<>
|
||||
|
Reference in New Issue
Block a user