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.

[Note] Note

If this feature is not supported by your compiler, this command line option will be silently ignored.

[Note] Note

it is possible to remove the support of the alternative stack with the macro BOOST_TEST_DISABLE_ALT_STACK

Acceptable values

Boolean with default value yes.

Command line syntax
Environment variable
BOOST_TEST_USE_ALT_STACK

PrevUpHomeNext