On Thu, 24 Sep 2009 12:53:04 -0400, Jason Merrill <ja...@redhat.com> wrote: > On 09/24/2009 11:22 AM, Chris Lattner wrote: >> Can the lambda (containing X) be copied and put onto a queue? What is >> its type? > > As you said, the lambda has a unique anonymous type. If you want to put
> multiple lambdas into a container, you can use std::function as the > element type. > > Jason There was a discussion about rights to report blocks implementation into gcc trunk, what does FSF think about this ? Is it allowed ?