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.
Prev Up HomeNext

BOOST_OUTCOME_DISABLE_EXECINFO

If defined, disables the use of the <execinfo.h> header (or the win32 emulation).

Some embedded Linux toolchains do not define <execinfo.h>, thus disabling C++ exceptions on those toolchains produces a failure to find this file. Avoid that problem by defining this macro to disable stack backtrace support entirely.

Overridable: Define before inclusion.

Default: Defined if __ANDROID__ is defined, else undefined.

Header: <boost/outcome/config.hpp>

Last revised: December 12, 2018 at 22:01:42 UTC


Prev Up HomeNext