Skip to content

Mac comp2

Gaetano Barone requested to merge mac_comp2 into master

Release notes

Compatibility with Mac OS 10.13.4 and clang 9

Details

Changing typedef std::map< const TString, double> Point; to typedef std::map< TString, double> Point; in SFramework/TSLikelihoodScanner.h for compilation with clang 9.

Merge request reports