fermi-lat / Likelihood

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Root6 #79

Closed Areustle closed 4 years ago

Areustle commented 4 years ago

This is a PR to merge changes necessary for using root6 and modern compilers into Likelihood

Essentially the changes are to stop using the old CINT interpreter and to replace the use of the deprecated std::auto_ptr with the new and preferred std::unique_ptr.

See https://github.com/fermi-lat/Fermitools-conda/pull/67