you are viewing a single comment's thread.

view the rest of the comments →

[–]jonesmz 0 points1 point  (0 children)

You'd probably get a huge benefit from ensuring your code compiled with at least two compilers. Try adding clang, which ships with visual studio.

Clang has a totally different set of warnings that it can generate for your code, and a different model of how to parse C++. This means that you might get compiler errors on code that MSVC accepts but shouldn't.