Are there C++ compilers already supporting C++0x lambda expressions?
+10
A:
Visual Studio 2010 CTP supports it already.
Update: It is now Visual Studio 2010 Beta 2
Ferruccio
2008-12-08 15:45:09
2010? Is that a joke or not?
Robert Gould
2008-12-08 15:49:17
no it's not a joke. it supports it really
Johannes Schaub - litb
2008-12-08 15:54:19
you can checkout the gcc lambda branch and experiment. in #geordi at irc.freenode.org there is already a gcc bot running lambda-gcc.
Johannes Schaub - litb
2008-12-08 15:54:56
http://blogs.msdn.com/vcblog/archive/2008/10/28/lambdas-auto-and-static-assert-c-0x-features-in-vc10-part-1.aspx
Johannes Schaub - litb
2008-12-08 15:57:49
+1 because it wasn't a joke. Thanks for the info.
Robert Gould
2008-12-08 16:42:15
Microsoft has come a long way since VS 6 when it comes to compatibility and willingness to adopt c++ changes :)
Laserallan
2010-10-28 15:29:29