Showing results for November 2020 - C++ Team Blog

Nov 20, 2020
3
0

Conditionally Trivial Special Member Functions

Sy Brand
Sy Brand

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 of high-...

General C++ SeriesC++
Nov 19, 2020
13
0

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

Daniel Griffing
Daniel Griffing

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 language featu...

C++
Nov 16, 2020
4
0

The Coalition Sees 27.9X Iteration Build Improvement with Visual Studio 2019

David Li
David Li

Visual Studio 2019 v16.8 Preview 3.2 introduces significant build and link time improvements. In this blog post, we detail how the team in The Coalition building Gears 5 tested the compile and link times in three different versions of Visual Studio.

C++performanceGame Development