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: "John H. Spicer" <jhs@xxxxxxx>
  • Subject: Re: [cxx-abi-dev] Mangling late-specified return types/decltype
  • From: Jason Merrill <jason@xxxxxxxxxx>
  • Date: Thu, 11 Sep 2008 19:18:37 -0400

Jason Merrill wrote:
We already have a mangling for component ref.

Or I thought we did; apparently we don't have an operator code for '.', as it isn't an overloadable operator. How does "dt" sound?

After that issue is taken care of, there's the question of what to do with the dependent member name. Just

dt <expression> <unqualified-name>?

Jason