mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +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 {
|
namespace units {
|
||||||
|
|
||||||
template<>
|
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<>
|
template<>
|
||||||
inline constexpr bool unit_can_be_prefixed<si::minute> = false;
|
inline constexpr bool unit_can_be_prefixed<si::minute> = false;
|
||||||
template<>
|
template<>
|
||||||
|
Reference in New Issue
Block a user