Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

Re: [cxx-abi-dev] Name mangling question


  • To: nasgaard@xxxxxxxxxx
  • Subject: Re: [cxx-abi-dev] Name mangling question
  • From: loewis@xxxxxxxxxxxxxxxxxxxxxxx (Martin v. Löwis)
  • Date: 27 Nov 2002 15:12:13 +0100

nasgaard@xxxxxxxxxx writes:

> The mangled name you specified would be correct if there was a struct _Impl
> at namespace scope.  For the function in question we need to mangle the
> type of the parameter which, in my example, is locale::_Impl, a nested
> class.

So you agree that the mangling that g++ generates is correct? If not,
what other mangling would you expect?

Regards,
Martin