------- Comment #12 from relf at os2 dot ru  2006-03-12 04:14 -------
(In reply to comment #11)

>   friend foo ::operator+ <>(int, foo);

I have changed it to

   friend foo (::operator+ <>) (int, foo);

and now it's being compiled fine.


-- 


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

Reply via email to