Skip to content

AthenaMonitoring: Fix compilation with clang.

operator<< for reference_wrapperMonitored::IMonitoredVariable should be in the Monitored namespace, not GaudiUtils, for ADL to work properly. Fixes a compilation failure with clang.

Merge request reports