Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
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