Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_SHARED_PTR_HEADER

CXXD_SHARED_PTR_HEADER — The shared_ptr header file name.

Synopsis

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

CXXD_SHARED_PTR_HEADER

Description

The object-like macro expands to the include header file designation for the shared_ptr header file. The macro is used with the syntax: #include CXXD_SHARED_PTR_HEADER

The included header file includes only the shared_ptr implementation.


PrevUpHomeNext