Skip to content

Replace std::auto_ptr by std::unique_ptr in InnerDetector TP converters

Susumu Oda requested to merge oda/athena:master-auto into master
  • Replace std::auto_ptr by std::unique_ptr
  • Replace new by std::make_unique for std::unique_ptr.
  • Add static to const Guid.

in InnerDetector TP converters.

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports