ignore_exceptionDescriptionThis exception policy can be used to just ignore conditions which
generate incorrect arithmetic results and continue processing. Programs
using this policy along with the native promotion policy
should function as if the library is not even being used.Model ofExceptionPolicyHeader#include
<boost/safe_numerics/exception_policy.hpp>
Example of usesafe<int, native, ignore_exception> st(4);