Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

REFERENCE: C++14 supported features in VS2015 #78

Open
wilhelmberg opened this issue Feb 5, 2016 · 2 comments
Open

REFERENCE: C++14 supported features in VS2015 #78

wilhelmberg opened this issue Feb 5, 2016 · 2 comments

Comments

@wilhelmberg
Copy link
Contributor

/cc @artemp @flippmoke @springmeyer

https://msdn.microsoft.com/en-us/library/hh567368.aspx#cpp14table

https://msdn.microsoft.com/en-us/library/hh409293.aspx

Comparison with other compilers:
http://en.cppreference.com/w/cpp/compiler_support
MSVC 14 => VS2015
MSVC 12 => VS2013
MSVC 11 => VS2012
MSVC 10 => VS2010

@daniel-j-h
Copy link

/cc @TheMarex for decision to switch osrm-backend and related to C++14.

  • NSDMIs is a bummer
  • still no expression SFINAE as in this example

I can only find a comparison regarding the core language features and some improvements to the stdlib. What's the stdlib's state regarding C++14?

@wilhelmberg
Copy link
Contributor Author

Compiler improvements in VS 2015 Update 2:

One particularly big milestone is that our standard library in Update 2 supports every C++ Standard Library feature that’s been voted into C++11, C++14, and C++17-so-far.

VS 2015 Update 2’s STL is C++17-so-far Feature Complete


VS 2015 Update 2 is still CTP (Community Technology Preview), which means it might take a bit for it to be available as a official release (and on AppVeyor)!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants