Skip to content

Any way to manually test c++20 features in msvc using this repo's copy of the stl? #1296

Answered by CaseyCarter
AraHaan asked this question in General
Discussion options

You must be logged in to vote

Is it currently possible that we can try all of the features in c++ 20 manually within current preview of msvc by cloning this to a c++ project?

As you can see from our Changelog, there are currently very few STL differences between 16.8p3 and what's checked-in here. Only the things in the Expected in VS 2019 16.9 Preview 1 are new so far. We made a big push to port C++20 changes into the 16.8p3 release branch a few weeks after the "official" feature-complete deadline - to have more to show off for CppCon - so we're a bit behind where we'd normally be making progress on the next release.

I would really love to test out things like the now standard std::format to replace boost::format/w…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AraHaan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1296 on September 16, 2020 20:51.