Skip to content

Added constructor of base class to remove warning: base class 'class...

Mars Lyukova requested to merge roopdfevaluator_warning into master

Release notes

Added to copy constructor of RooPdfEvaluator the base class RooAbsReal to remove the following warning

.../CAFCore/SFramework/Root/TSHistogramExporter.cxx:359:1: warning: base class 'class RooAbsReal' should be explicitly initialized in the copy constructor [-Wextra]
  359 | RooPdfEvaluator::RooPdfEvaluator(const RooPdfEvaluator& other):

Merge request reports

Loading