fix(example): clang-14 compilation fixed

This commit is contained in:
Mateusz Pusz
2022-05-11 20:20:55 +02:00
parent 05a5c881f0
commit fddde26157

View File

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