xAODTrigger: Fix compilation failure with clang.
operator<< should be declared within the namespace of its argument so that argument-dependent lookup will work properly.
Please register or sign in to comment
operator<< should be declared within the namespace of its argument so that argument-dependent lookup will work properly.