LINUX.ORG.RU

История изменений

Исправление unfo, (текущая версия) :

Clang 3.2 supports most of the language features added in the latest ISO C++ standard,C++ 2011. Use -std=c++11 or -std=gnu++11 to enable support for these features. In addition to the features supported by Clang 3.1, the following features have been added:

  • Implemented the C++11 discarded value expression rules for volatile lvalues.
  • Support for the C++11 enum forward declarations.
  • Handling of C++11 attribute namespaces (automatically).
  • Implemented C++11 [conv.prom]p4: an enumeration with a fixed underlying type has integral promotions to both its underlying type and to its underlying type's promoted type.

З.Ы. поправил новость, спасибо, что обратил внимание

Исходная версия unfo, :

Clang 3.2 supports most of the language features added in the latest ISO C++ standard,C++ 2011. Use -std=c++11 or -std=gnu++11 to enable support for these features. In addition to the features supported by Clang 3.1, the following features have been added:

  • Implemented the C++11 discarded value expression rules for volatile lvalues.
  • Support for the C++11 enum forward declarations.
  • Handling of C++11 attribute namespaces (automatically).
  • Implemented C++11 [conv.prom]p4: an enumeration with a fixed underlying type has integral promotions to both its underlying type and to its underlying type's promoted type.