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_USE_STD_IS_NOTHROW_SWAPPABLE

Whether to implement is_nothrow_swappable<T> as std::is_nothrow_swappable<T>, or else use a local emulation.

Overridable: Define before inclusion.

Default: If the current compiler implements C++ 17 or later, if unset this macro is defaulted to 1, otherwise it is defaulted to 0.

Header: <boost/outcome/config.hpp>

Last revised: February 05, 2019 at 17:14:18 UTC


Prev Up HomeNext