Starting with Visual Studio 2017, the MSVC compiler supports the option /diagnostics:caret (or -diagnostics:caret for those who abhor / options) which improves readability of errors and warnings by showing come context.
https://learn.microsoft.com/en-us/cpp/build/reference/diagnostics-compiler-diagnostic-options?view=msvc-170
It would be nice if that flag could be added automatically for all Visual Studio 2017+ ci builds.
Starting with Visual Studio 2017, the MSVC compiler supports the option
/diagnostics:caret(or-diagnostics:caretfor those who abhor/options) which improves readability of errors and warnings by showing come context.https://learn.microsoft.com/en-us/cpp/build/reference/diagnostics-compiler-diagnostic-options?view=msvc-170
It would be nice if that flag could be added automatically for all Visual Studio 2017+ ci builds.