Skip to content

Avoid use of boost::unary_traits in ThOrParticleCombiner

Olli Lupton requested to merge olupton_avoid_unary_traits into master

Avoid use of boost::unary_traits, which uses the deprecated argument_type member of std::function.

This member is not present at all in the new Functors::PreparedFunctor<Out(In...)> type added in Rec!2017 (merged).

cc: @nnolte

Edited by Olli Lupton

Merge request reports