2011年5月28日土曜日

Intel C/C++ Compiler 11.1 での C++0xイニシャルサポート

http://www.intel.com/software/products/compilers/docs/clin/main_cls/copts/ccpp_options/option_std.htm


Empty macro arguments

Variadic macros

Type long long

Trailing comma in enum definition

Concatenation of mixed-width string literals

Extended friend declarations

Use of ">>" to close two template argument lists

Relaxed rules for use of "typename"

Relaxed rules for disambiguation using the "template" keyword

Copy constructor does not need to be callable on direct reference

Binding to class rvalue

"extern template" to suppress instantiation of an entity

"auto" type specifier

decltype operator

static_assert

compliant __func__

lambda expressions


0 件のコメント:

コメントを投稿