> Is there a way to disable exceptions with MSVC like > -fno-exceptions for GCC to help get rid of the associated false > positives? Sure, no /EHsc and /D_HAS_EXCEPTIONS=0 for its STL.