简体   繁体   中英

What C++ compilers are supporting lambda already?

是否有C ++编译器已经支持C ++ 0x lambda表达式?

Visual Studio 2010 CTP supports it already.

Update: It is now Visual Studio 2010 Beta 2

g++ has support since 4.5 . Status for C++11 support in gcc can be found here .

如果使用-std = gnu ++ 0x启用它,G ++在4.5中支持它。

例如,根据TBB Tutorial,英特尔C ++编译器可以实现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM