Reputation: 69865
Are there C++ compilers already supporting C++0x lambda expressions?
Upvotes: 10
Views: 5810
Reputation: 78568
g++ has support since 4.5. Status for C++11 support in gcc can be found here.
Upvotes: 9
Reputation: 100718
Visual Studio 2010 CTP supports it already.
Update: It is now Visual Studio 2010 Beta 2
Upvotes: 13