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] Mangling late-specified return types/decltype


  • To: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
  • Subject: Re: [cxx-abi-dev] Mangling late-specified return types/decltype
  • From: Jason Merrill <jason@xxxxxxxxxx>
  • Date: Mon, 15 Sep 2008 11:28:07 -0700

Jason Merrill wrote:
Mark Mitchell wrote:
Don't we have to worry about

  x.X::template Y<Z>::w

Ah, I didn't read your example closely enough. I'd expect that to be encoded as

dt sT {type of x} sr N {X} 1Y I 1Z E E 1w

using the more general binary expression encoding rule.

Jason