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

use_alt_stack
PrevUpHomeNext

Uses an alternative stack.

Specifies whether or not the execution monitor should employ an alternative stack for signals processing, on platforms where they are supported.

[Warning] Warning

indicate which platforms are supported

[Warning] Warning

add a link to the execution monitor

Acceptable values
  • yes (default)
  • no
Environment variable
BOOST_TEST_USE_ALT_STACK

PrevUpHomeNext