Showing results for September 2021 - C++ Team Blog

Sep 2, 2021
Post comments count2
Post likes count0

MSVC C++20 and the /std:c++20 Switch

Daniel Griffing
Daniel Griffing

We are excited to announce that in Visual Studio 2019 version 16.11, we have added the switch to the set of language mode switches available. The addition of this switch indicates that we’ve reached a point of sufficient stabilization of the MSVC C++20 feature set for it be used in production, with full support in VS servicing updates. This blo...

C++