[cxx-abi-dev] Mangling C++0x Lambdas

Doug Gregor doug.gregor at gmail.com
Wed Dec 17 16:00:20 UTC 2008


On Wed, Dec 17, 2008 at 7:39 AM, John Freeman <jfreeman at cs.tamu.edu> wrote:
> Doug Gregor wrote:
>>
>> We need something that encodes the context of the lambda (function
>> "::foo" with no parameters) followed by, perhaps, a numbering scheme
>> within that context. The context encoding needs to account for (at
>> least) inline functions, classes, and namespaces.
>>
>
> This sounds like a problem that must have been encountered before.  Is there
> already a solution for it?  At least for the unnumbered portion?

Now that we can use local and unnamed types as template arguments, we
have the same issues there. But before those changes and the
introduction of lambdas, we didn't have to cope with this issue.

  - Doug



More information about the cxx-abi-dev mailing list