Skip to content

Fix GOD generation of friend functions

Gerhard Raven requested to merge fix_god_friend into master

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