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 to view this page for the latest version.
PrevUpHomeNext

use_alt_stack

Option use_alt_stack instructs the Unit Test Framework to use alternative stack for signals processing, on platforms where they are supported. More information about this feature is available here. The feature is enabled by default, but can be disabled using this parameter.

Acceptable values

Boolean with default value yes.

Command line syntax
Environment variable
BOOST_TEST_USE_ALT_STACK

PrevUpHomeNext