forked from mpusz/mp-units
fix(example): clang-14 compilation fixed
This commit is contained in:
@@ -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>;
|
||||
|
Reference in New Issue
Block a user