[cxx-abi-dev] Missing mangling of elaborated type specifiers
John McCall
rjmccall at apple.com
Thu Mar 20 19:04:16 UTC 2014
On Mar 20, 2014, at 11:16 AM, Hubert Tong <hstong at ca.ibm.com> wrote:
> John McCall <rjmccall at apple.com> wrote on 20-03-2014 01:56:10 PM:
> > From: John McCall <rjmccall at apple.com>
> > To: Hubert Tong/Toronto/IBM at IBMCA,
> > Cc: cxx-abi-dev at codesourcery.com
> > Date: 20-03-2014 01:56 PM
> > Subject: Re: [cxx-abi-dev] Missing mangling of elaborated type specifiers
> >
> > On Mar 19, 2014, at 9:02 PM, Hubert Tong <hstong at ca.ibm.com> wrote:
> > > It seems that the ABI is missing mangling for elaborated type specifiers.
> > >
> > > Background:
> > > As mentioned in Core Issue 1162, elaborated-type-specifiers may be
> > used to cause SFINAE.
> >
> > Good point. I guess this should just be added to <unresolved-name>.
> > Would you care to make a proposal?
> >
>
> Sure.
Great!
I think I was wrong, by the way; you should add it to to the <class-enum-type> grammar as a decoration before we enter <name>.
John.
More information about the cxx-abi-dev
mailing list