Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_TEST_DISABLE_ALT_STACK

BOOST_TEST_DISABLE_ALT_STACK — Disables the support of the alternative stack during the compilation of the Boost.test framework. This is especially useful in case it is not possible to detect the lack of alternative stack support for your compiler (for instance, ESXi).

Synopsis

// In header: <boost/test/execution_monitor.hpp>

BOOST_TEST_DISABLE_ALT_STACK

PrevUpHomeNext