Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mangling examples


  • To: cxx-abi@xxxxxxxxxxxxxxxxxxxx
  • Subject: Re: Mangling examples
  • From: Martin von Loewis <loewis@xxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Mon, 27 Mar 2000 16:09:00 +0200

[Resend, because original message returned with

550 <cxx-abi@xxxxxxx>... 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