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

Macro BOOST_DLL_USE_BOOST_SHARED_PTR
PrevUpHomeNext

Macro BOOST_DLL_USE_BOOST_SHARED_PTR

BOOST_DLL_USE_BOOST_SHARED_PTR

Synopsis

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

BOOST_DLL_USE_BOOST_SHARED_PTR

Description

Define this macro to make Boost.DLL use boost::shared_ptr instead of std::shared_ptr. This macro will be removed after a few releases, consider migrating to std::shared_ptr.


PrevUpHomeNext