Skip to content

Fixed Rivet::Analysis pointer in GenTune

Dmitry Popov requested to merge gentune_rivetanalysis_pointer_fix into master

Changed the type of the pointer to auto (actually it is std::unique_ptr<Rivet::Analysis>) and remove the explicit delete (should not be required here for an std::unique_ptr).

Merge request reports