fix: explicit deduction guilde for estimation is still needed for clang-16

This commit is contained in:
Mateusz Pusz
2023-03-21 23:17:15 +01:00
parent 002e3feec3
commit f21c7354d0

View File

@@ -84,7 +84,7 @@ public:
uncertainty_type uncertainty; uncertainty_type uncertainty;
}; };
#if UNITS_COMP_CLANG <= 15 #if UNITS_COMP_CLANG <= 16
template<QuantityOrQuantityPoint QQP, units::Quantity U> template<QuantityOrQuantityPoint QQP, units::Quantity U>
estimation(state<QQP>, U) -> estimation<QQP>; estimation(state<QQP>, U) -> estimation<QQP>;