...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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).
// In header: <boost/test/execution_monitor.hpp>
BOOST_TEST_DISABLE_ALT_STACK