[cfe-dev] Lambda-to-block implicit conversion

Douglas Gregor dgregor at apple.com
Mon Jun 4 19:35:28 PDT 2012



Sent from my iPhone

On Jun 4, 2012, at 6:42 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> Hi, Doug. Was there a reason why the lambda-to-block conversion is only enabled in Objective-C++, and not in C++ -fblocks?

The returned block is retain/autoreleased, which we can't do without the ObjC runtime. 



More information about the cfe-dev mailing list