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 5f0ff1c60c.
PrevUpHomeNext

Macro BOOST_NO_CONSTEXPR_IF

BOOST_NO_CONSTEXPR_IF

Synopsis

// In header: <boost/yap/config.hpp>

BOOST_NO_CONSTEXPR_IF

Description

Indicates whether the compiler supports constexpr if.

If the user does not define any value for this, we assume that the compiler does not have the necessary support. Note that this is a temporary hack; this should eventually be a Boost-wide macro.


PrevUpHomeNext