Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_HAS_STD_SHARED_PTR

CXXD_HAS_STD_SHARED_PTR — Determines whether the C++ standard shared_ptr implementation or the Boost shared_ptr implementation has been chosen.

Synopsis

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

CXXD_HAS_STD_SHARED_PTR

Description

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


PrevUpHomeNext