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

Support for stack protection

Compiler switch -fstack-protector changes the default context switching logic. Users must define BOOST_CONTEXT_TLS_STACK_PROTECTOR before including any Boost.Context headers if stack protection is enabled.


PrevUpHomeNext