xAODMetaData: Fix operator<< definition.
Compare changes
Files
2@@ -362,8 +362,6 @@ namespace xAOD {
@@ -404,3 +402,5 @@ std::ostream& operator<< ( std::ostream& out,
operator<< should be defined within the namespace of the object its printing. Otherwise, it won't work correctly with clang.