Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_HAS_STD_MAKE_SHARED

CXXD_HAS_STD_MAKE_SHARED — Determines whether the C++ standard make_shared implementation or the Boost make_shared implementation has been chosen.

Synopsis

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

CXXD_HAS_STD_MAKE_SHARED

Description

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


PrevUpHomeNext