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>
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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