#include <boost/predef.h>
results in
Cppcheck: (error) preprocessorErrorDirective: failed to evaluate #if condition, division/modulo by zero
with cppcheck-2.2.
Log in to post a comment.
if __has_include(<boost predef.h="">)</boost>
endif
results in
Cppcheck: (error) preprocessorErrorDirective: failed to evaluate #if condition, division/modulo by zero
with cppcheck-2.2.