 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [cxx-abi-dev] Name mangling question
- To: "nasgaard@xxxxxxxxxx" <nasgaard@xxxxxxxxxx>
- Subject: Re: [cxx-abi-dev] Name mangling question
- From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Date: Wed, 27 Nov 2002 07:55:54 -0800
--On Wednesday, November 27, 2002 10:55:45 AM -0500 "nasgaard@xxxxxxxxxx"
<nasgaard@xxxxxxxxxx> wrote:
Mark, What happened to the N...E around the nested name. The type should
be N6locale5_ImplE should it not? S0_ is not the substitute for that. Is
there a caveat here that drops them?
SO_ is the substitution for a type, not a name. So, when you reach
::locale::_Impl in the function type, you replace it with SO_.
--
Mark Mitchell mark@xxxxxxxxxxxxxxxx
CodeSourcery, LLC http://www.codesourcery.com
|
|