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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -