Fix GOD generation of friend functions
friend functions must be defined with an explicit 'namespace' context, and as they are not part of the class, without the class prefix.
Merge request reports
Activity
Please register or sign in to reply
friend functions must be defined with an explicit 'namespace' context, and as they are not part of the class, without the class prefix.