Lambda Expressions and Memory Management

Posted by Surya on Stack Overflow See other posts from Stack Overflow or by Surya
Published on 2010-05-22T07:28:03Z Indexed on 2010/05/22 7:30 UTC
Read the original article Hit count: 253

Filed under:
|
|
|

How do the Lambda Expressions / Closures in C++0x complicate the memory management in C++? Why do some people say that closures have no place in languages with manual memory management? Is there claim valid and if yes, what are the reasons behind it?

© Stack Overflow or respective owner

Related posts about closure

Related posts about lambda-expressions