Skip to content

Remove redundant and harmful using DetDesc::DetectorElement statements

Ben Couturier requested to merge remove_stray_using_detectorelement into master

gcc seemed fine with them but clang complains as this conflict with the declarations in DetectorElement.h

Merge request reports