Microsoft Visual C++ STL is C++20 Feature Complete
Microsoft just announced that their STL included with Visual C++ is now C++20 feature complete. This is the case for:
- Visual Studio 2022 version 17.2
- Visual Studio 2019 version 16.11.14
All C++20 features are now available under the /std:c++20 compiler flag.
You can read the full announcement here.