vote up 4 vote down star
3

Are there C++ compilers already supporting C++0x lambda expressions?

flag

3 Answers

vote up 7 vote down check

Visual Studio 2010 CTP supports it already.

Update: It is now Visual Studio 2010 Beta 2

link|flag
2010? Is that a joke or not? – Robert Gould Dec 8 '08 at 15:49
1  
no it's not a joke. it supports it really – Johannes Schaub - litb Dec 8 '08 at 15:54
1  
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 Dec 8 '08 at 15:54
1  
blogs.msdn.com/vcblog/archive/… – Johannes Schaub - litb Dec 8 '08 at 15:57
+1 because it wasn't a joke. Thanks for the info. – Robert Gould Dec 8 '08 at 16:42
vote up 5 vote down

g++ is underway.

link|flag
vote up 0 vote down

Intel C++ Compiler does, e.g. according to TBB Tutorial.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.