[cfe-dev] status of lambda expression implementation

John Freeman jfreeman at cse.tamu.edu
Thu Aug 11 19:25:35 PDT 2011


On 8/8/11 4:59 AM, Carter Cheng wrote:
> I am
> curious what the current status is of the lambda C++0x code.

Parsing is done for the moment. I have submitted a patch today with the 
first steps toward semantic analysis and AST generation. No work has 
started yet on code generation. The near term goal is to support 
unnested lambda expressions with no implicit captures, but I cannot 
predict when that will happen.

- John



More information about the cfe-dev mailing list