24.0-coverity-TrigHLTJetHypo
Moving from a reference argument in the FastReductionMatcher was quietly 'stealing' the vector of unique_ptr at the call site. Make this explicit by using rvalue reference argument.
Moving from a reference argument in the FastReductionMatcher was quietly 'stealing' the vector of unique_ptr at the call site. Make this explicit by using rvalue reference argument.