C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

Conditionally Trivial Special Member Functions

The C++ standards committee is currently focusing on adding features to the language which can simplify code. One small example of this in C++20 is conditionally trivial special member functions, which we added support for in Visual Studio 2019 version 16.8. Its benefit isnโ€™t immediately obvious unless youโ€™ve been deep down the rabbit hole...

C++20 Features in Visual Studio 2019 versions 16.7 and 16.8

Whatโ€™sย New We haveย continued our efforts to implement C++20 in the MSVC toolset, withย noteworthy progressย being made inย VS (Visual Studio)ย 2019 v16.7 and VS 2019 v16.8. This blog post lists the features implementedย since theย C++20 Features and Fixes in VS 2019 16.1 through 16.6 blog post. This blog post will specifically focus on...