mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
style: pre-commit
This commit is contained in:
@@ -54,7 +54,7 @@ struct unit_magnitude;
|
|||||||
template<typename T>
|
template<typename T>
|
||||||
constexpr bool is_mag_constant = detail::SymbolicConstant<T> && is_derived_from_specialization_of_v<T, mag_constant>;
|
constexpr bool is_mag_constant = detail::SymbolicConstant<T> && is_derived_from_specialization_of_v<T, mag_constant>;
|
||||||
|
|
||||||
}
|
} // namespace detail
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Concept to detect whether T is a valid UnitMagnitude.
|
* @brief Concept to detect whether T is a valid UnitMagnitude.
|
||||||
|
Reference in New Issue
Block a user