[Resend, because original message returned with 550 <cxx-abi at sgi.com>... User unknown ] > > _ZaSA4_i operator=(int[4]) [...] > Thanks. I added these. Is the second one right, or should it be encoded > as a pointer to int? You're right, it's not. You can use this instead _ZN3FooIA4_iE3barE Foo<int[4]>::bar Regards, Martin