visual studio - Selectively disable C++ Core Guidelines Checker for third party libraries -
i try use core guidelines checker tool on c++11/14 project, under vs2015.
in code use many libraries boost trigger lot of warning. not concerned warnings, since boost doing lot of clever work , libraries not written aim of conforming guidelines, predate.
but such flood of warnings unable find out real issues (at least according tool) in code.
is there way suppress warnings third party code? maybe there attribute before , after #including boost headers?
i have read this page visual c++ team blog have been unable find it.
Comments
Post a Comment