Any way to manually test c++20 features in msvc using this repo's copy of the stl? #1296
-
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? I would really love to test out things like the now standard std::format to replace By the way anything in the standard to replace the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Follow the build instructions and then How To Consume. |
Beta Was this translation helpful? Give feedback.
-
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.
@barcharcraz is currently working on
WG21-P0052 was progressing to make C++20, but was derailed at the last minute by design concerns that I don't recall right now. I'm not sure about its current status. |
Beta Was this translation helpful? Give feedback.
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.