mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 07:10:36 +08:00
Multiset: Simpler type handling in predicate adapter template
This commit is contained in:
@@ -171,9 +171,9 @@ private:
|
||||
template<typename Operator>
|
||||
struct OperatorToFalsePredicateAdapter : ::uavcan::Noncopyable
|
||||
{
|
||||
const typename ParameterType<Operator>::Type oper;
|
||||
Operator oper;
|
||||
|
||||
OperatorToFalsePredicateAdapter(typename ParameterType<Operator>::Type o)
|
||||
OperatorToFalsePredicateAdapter(Operator o)
|
||||
: oper(o)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user