ignore_exception
Description This 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 of ExceptionPolicy
Header #include <boost/safe_numerics/exception_policy.hpp>
Example of use safe<int, native, ignore_exception> st(4);