fix(example): clang-15 compilation fixed

This commit is contained in:
Mateusz Pusz
2022-10-03 18:32:47 +02:00
parent 6b98671a9f
commit 7c02da50d8

View File

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