Skip to content

Reduce scope of GOD generated operator<<

Gerhard Raven requested to merge reduce-scope-of-operator into master

Should result in less verbose compiler error messages in case operator<< is used on a type (in namespace LHCb) for which no operator<< is defined, as the operators<< generated by GOD won't be considered as alternative

Edited by Marco Cattaneo

Merge request reports