Skip to content

MVAUtils: Fix test failure in gcc12 build.

Scott Snyder requested to merge ssnyder/athena:dict.MVAUtils-20220913 into master

libHist needs to be loaded before MVAUtils gets loaded; otherwise, we can run into dictionary problems with std::vector.

Merge request reports