forked from mpusz/mp-units
fix: MSVC build fixed
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
|||||||
uncertainty_type uncertainty;
|
uncertainty_type uncertainty;
|
||||||
};
|
};
|
||||||
|
|
||||||
#if UNITS_COMP_CLANG == 12
|
#if UNITS_COMP_CLANG == 12 || UNITS_COMP_MSVC
|
||||||
|
|
||||||
template<QuantityOrQuantityPoint QQP, units::Quantity U>
|
template<QuantityOrQuantityPoint QQP, units::Quantity U>
|
||||||
estimation(state<QQP>, U) -> estimation<QQP>;
|
estimation(state<QQP>, U) -> estimation<QQP>;
|
||||||
|
Reference in New Issue
Block a user