Skip to content

LArRawConditions: Fix gcc13

Adam Edward Barton requested to merge abarton/athena:fixgcc13 into master

gcc13 won't compile this as it is, seems because it invokes the class before it is defined in the header file. I move the template after the class declaration.

Not entirely sure this won't break something but will do full build and tests.

Edited by Adam Edward Barton

Merge request reports