Re: lambda in C++

2012-10-17 Thread Luca Ciciriello
Thanks Luca. On Oct 17, 2012, at 10:58 AM, Jean-Daniel Dupas wrote: > > If you want to see good conferences about C++11, you may have a look at the > "Going Native 2012" videos. > While this is a Microsoft event, they mostly talk only about standard C++ and > it even include a clang specific

Re: lambda in C++

2012-10-17 Thread John McCall
On Oct 17, 2012, at 1:19 AM, Luca Ciciriello wrote: > Is there some WWDC2012 video section talking about lambda in C++ 0x11? It's not focused entirely on lambdas, or even entirely on C++11, but yes, we did talk about the feature in the What's New in LLVM session. https://developer.apple.com/vid

Re: lambda in C++

2012-10-17 Thread Jean-Daniel Dupas
If you want to see good conferences about C++11, you may have a look at the "Going Native 2012" videos. While this is a Microsoft event, they mostly talk only about standard C++ and it even include a clang specific conference. http://channel9.msdn.com/Events/GoingNative/GoingNative-2012 Le 17

Re: lambda in C++

2012-10-17 Thread Mikkel Islay
On 17 Oct 2012, at 10:44, Luca Ciciriello wrote: > I've read that Apple LLVM supports many specific features of the C++ new > standard including lambda functions. You can see which language features are supported by Clang, and from which release here: http://clang.llvm.org/cxx_status.html (ye

Re: lambda in C++

2012-10-17 Thread Luca Ciciriello
I've read that Apple LLVM supports many specific features of the C++ new standard including lambda functions. Luca. On Oct 17, 2012, at 10:36 AM, Mikkel Islay wrote: > Luca, > > On 17 Oct 2012, at 10:19, Luca Ciciriello wrote: > >> Is there some WWDC2012 video section talking about lambda i

Re: lambda in C++

2012-10-17 Thread Mikkel Islay
Luca, On 17 Oct 2012, at 10:19, Luca Ciciriello wrote: > Is there some WWDC2012 video section talking about lambda in C++ 0x11? I can't imagine why WWDC-talks would touch specifically on new language features in C++. Are you looking for information on lambdas in relation to Apple's technologies