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 a snapshot of the develop branch, built from commit 65ab21cc6f.
Prev Up HomeNext

BOOST_OUTCOME_REQUIRES(...)

A C++ 20 requires(...), if available.

Overridable: Define before inclusion.

Default: To requires(...) if on C++ 20 or later, else to nothing.

Header: <boost/outcome/config.hpp>

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


Prev Up HomeNext