Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--detect_fp_exceptions

If the execution environment supoprts floating-point exceptions, this argument controls whether or not the test runner will detect floating-point exceptions.

Value

Meaning

no (default)

Do not detect floating-point exceptions.

yes

Detect floating-point exceptions, if supported.

Environment variable: BOOST_TEST_DETECT_FP_EXCEPTIONS


PrevUpHomeNext