Robert White
Results
2
issues of
Robert White
Several compiler flags prevented compilation on MSVC 2017 and so I removed warnings are errors due to speculative errors that impact absolutely nothing causing compiles to fail as well as...
When building on Windows 10 in Visual Studio 2017 I get the following error: ```DAEValidator\library\src\ArgumentParser.cpp(49): error C3646: '_NOEXCEPT': unknown override specifier``` This is seemingly caused by this section of code...