C++ compiler that supports C++0x features?

后端 未结 6 1134
眼角桃花
眼角桃花 2020-12-20 14:48

Is where any C++ compiler that supports C++0x features already?

6条回答
  •  隐瞒了意图╮
    2020-12-20 15:20

    • GCC 4.4 (not released yet) would support some features like auto.
    • GCC 4.3 has not bad tr1 support and some feature like Variadic templates.
    • Latest Intel compiler supports quite well some C++0x features: it already has support of auto and lambda function.

提交回复
热议问题