是否有 C++ 编译器已经支持 C++0x lambda 表达式?
Are there C++ compilers already supporting C++0x lambda expressions?
Visual Studio 2010 CTP 已支持它。
更新:现在是Visual Studio 2010 Beta 2
Visual Studio 2010 CTP supports it already.
Update: It is now Visual Studio 2010 Beta 2
g++ 从 4.5 开始提供支持。可以在此处找到 gcc 中 C++11 支持的状态。
g++ has support since 4.5.Status for C++11 support in gcc can be found here.
如果使用 -std=gnu++0x 启用它,G++ 在 4.5 中支持它。
G++ supports it in 4.5 if you enable it using -std=gnu++0x.
英特尔 C++ 编译器确实如此,例如根据 TBB 教程。
Intel C++ Compiler does, e.g. according to TBB Tutorial.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(4)
Visual Studio 2010 CTP 已支持它。
更新:现在是Visual Studio 2010 Beta 2
Visual Studio 2010 CTP supports it already.
Update: It is now Visual Studio 2010 Beta 2
g++ 从 4.5 开始提供支持。
可以在此处找到 gcc 中 C++11 支持的状态。
g++ has support since 4.5.
Status for C++11 support in gcc can be found here.
如果使用 -std=gnu++0x 启用它,G++ 在 4.5 中支持它。
G++ supports it in 4.5 if you enable it using -std=gnu++0x.
英特尔 C++ 编译器确实如此,例如根据 TBB 教程。
Intel C++ Compiler does, e.g. according to TBB Tutorial.