mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 02:47:16 +02:00
clang-format fixes
This commit is contained in:
@ -349,7 +349,7 @@ concept IsOfCharacter =
|
|||||||
(Ch == quantity_character::scalar && Scalar<T>) || (Ch == quantity_character::complex && Complex<T>) ||
|
(Ch == quantity_character::scalar && Scalar<T>) || (Ch == quantity_character::complex && Complex<T>) ||
|
||||||
(Ch == quantity_character::vector && Vector<T>); // || (Ch == quantity_character::tensor && Tensor<T>);
|
(Ch == quantity_character::vector && Vector<T>); // || (Ch == quantity_character::tensor && Tensor<T>);
|
||||||
#endif
|
#endif
|
||||||
}
|
} // namespace detail
|
||||||
|
|
||||||
MP_UNITS_EXPORT template<typename T, auto V>
|
MP_UNITS_EXPORT template<typename T, auto V>
|
||||||
concept RepresentationOf =
|
concept RepresentationOf =
|
||||||
|
Reference in New Issue
Block a user