C++11/14 Feature Tables For Visual Studio 14 CTP1

Stephan T. Lavavej - MSFT

As I promised last week in my post about the STL changes in VS14 CTP1, here are tables listing the implementation status of C++11/14 Core Language/Standard Library features.

 

First, let’s look at the Core Language. (Previous tables: VS 2008 and VS 2010, VS 2012, VS 2013.)

 

C++11 Core Language Features

VS 2013

VS14 CTP1

Rvalue references

Partial

Yes

ref-qualifiers

No

Yes

Non-static data member initializers

Yes

Yes

Variadic templates

Yes

Yes

Initializer lists

Yes

Yes

static_assert

Yes

Yes

auto

Yes

Yes

Trailing return types

Yes

Yes

Lambdas

Yes

Yes

decltype

Yes

Yes

Right angle brackets

Yes

Yes

Default template args for function templates

Yes

Yes

Expression SFINAE

No

No

Alias templates

Yes

Yes

Extern templates

Yes

Yes

nullptr

Yes

Yes

Strongly typed enums

Yes

Yes

Forward declared enums

Yes

Yes

Attributes

No

No

constexpr

No

Partial

Alignment

Partial

Yes

Delegating constructors

Yes

Yes

Inheriting constructors

No

Yes

Explicit conversion operators

Yes

Yes

char16_t and char32_t

No

No

Unicode string literals

No

No

Raw string literals

Yes

Yes

Universal character names in literals

No

No

User-defined literals

No

Yes

Standard-layout and trivial types

Yes

Yes

Defaulted and deleted functions

Partial

Yes

Extended friend declarations

Yes

Yes

Extended sizeof

No

Posted in C++

0 comments

Discussion is closed.

Feedback usabilla icon