forked from mpusz/mp-units
Not needed static_assert removed from quantity class template
This commit is contained in:
@@ -173,8 +173,6 @@ namespace units {
|
|||||||
using rep = Rep;
|
using rep = Rep;
|
||||||
using dimension = U::dimension;
|
using dimension = U::dimension;
|
||||||
|
|
||||||
static_assert(!Quantity<Rep>, "rep cannot be a quantity");
|
|
||||||
|
|
||||||
quantity() = default;
|
quantity() = default;
|
||||||
quantity(const quantity&) = default;
|
quantity(const quantity&) = default;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user