http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56904



--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-11 
09:16:08 UTC ---

I guess you can either use

::n::E n::S::foo() { return e; }

or

::n::E (::n::S::foo)() { return e; }

Reply via email to