Skip to content

MuonCondData: Fix compilation with clang.

Scott Snyder requested to merge ssnyder/athena:clang.MuonCondData-20230907 into main

operator<< needs to be declared in the same namespace as the class which it is writing.

Merge request reports