mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
fix(example): clang-15 compilation fixed
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
|||||||
uncertainty_type uncertainty;
|
uncertainty_type uncertainty;
|
||||||
};
|
};
|
||||||
|
|
||||||
#if UNITS_COMP_CLANG <= 14
|
#if UNITS_COMP_CLANG <= 15
|
||||||
|
|
||||||
template<QuantityOrQuantityPoint QQP, units::Quantity U>
|
template<QuantityOrQuantityPoint QQP, units::Quantity U>
|
||||||
estimation(state<QQP>, U) -> estimation<QQP>;
|
estimation(state<QQP>, U) -> estimation<QQP>;
|
||||||
|
Reference in New Issue
Block a user