forked from mpusz/mp-units
style: clang-format applied to the remaining files
This commit is contained in:
@@ -66,10 +66,7 @@ using length = quantity<dim_length, U, Rep>;
|
||||
} // namespace si
|
||||
|
||||
template<typename Q, typename U>
|
||||
concept castable_to = Quantity<Q> && Unit<U> &&
|
||||
requires (Q q) {
|
||||
quantity_cast<U>(q);
|
||||
};
|
||||
concept castable_to = Quantity<Q> && Unit<U> && requires(Q q) { quantity_cast<U>(q); };
|
||||
|
||||
void conversions()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user