fix: MSVC build fixed

This commit is contained in:
Mateusz Pusz
2021-04-13 20:35:11 +02:00
parent 2d7c3612cd
commit 90af542308

View File

@@ -75,7 +75,7 @@ public:
uncertainty_type uncertainty;
};
#if UNITS_COMP_CLANG == 12
#if UNITS_COMP_CLANG == 12 || UNITS_COMP_MSVC
template<QuantityOrQuantityPoint QQP, units::Quantity U>
estimation(state<QQP>, U) -> estimation<QQP>;