Registered Member
|
There are a ton of warnings that the compiler reports at /W4 with VS 2017 and c++17 support (some might be applicable to W3 as well but never tested it).
One warning is applicable also in non C++17 "mode". Comments to add in DisableStupidWarnings.h
And change to the pragma
4456 is there without C++17 but needs W4 Since c++17 and if constexpr is out of the question 4127 should probably be silenced along with 4996 Examples
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]