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

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