Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_HAS_STD_ENABLE_SHARED_FROM_THIS

CXXD_HAS_STD_ENABLE_SHARED_FROM_THIS — Determines whether the C++ standard enable_shared_from_this implementation or the Boost enable_shared_from_this implementation has been chosen.

Synopsis

// In header: <boost/cxx_dual/impl/enable_shared_from_this.hpp>

CXXD_HAS_STD_ENABLE_SHARED_FROM_THIS

Description

The object-like macro expands to: 1 if the C++ standard enable_shared_from_this implementation has been chosen 0 if the Boost enable_shared_from_this implementation has been chosen.


PrevUpHomeNext