[cfe-dev] blocks and lambdas

John McCall rjmccall at apple.com
Mon Feb 7 20:00:16 PST 2011


On Feb 7, 2011, at 6:33 PM, James Gregurich wrote:
> What if you build your lambda structure around the existing block structure such that the lambda type would have a copy constructor that calls Block_copy? If the lambda has a type, it stands to reason that it could have a copy constructor.

You seem to be describing a transformation which would occur when a block pointer is treated like a lambda.  That's not actually a knowable point in a program.

John.



More information about the cfe-dev mailing list