Aug 13, 2020
11
0
Introducing source dependency reporting with MSVC in Visual Studio 2019 version 16.7
C++20 demands a lot more from the ecosystem than ever before. With C++20 Modules on the horizon the compiler needs to work closely with project systems in order to provide rich information for build dependency gathering and making iterative builds faster for inner-loop development. The compiler and project teams have acknowledged the new ...