Skip to content

fix clang16 compilation problem in ACTS-related code

Paul Gessinger-Befurt requested to merge pagessin/athena:acts-clang16-fix into main

I think clang chokes on the extra template parameter when getting a function pointer. Right now this doesn't actually have to be generic, so we can just un-template this function.

Fixes https://its.cern.ch/jira/browse/ATLIDTRKCP-492

Merge request reports