Macro BOOST_DLL_USE_BOOST_SHARED_PTR
BOOST_DLL_USE_BOOST_SHARED_PTR
Synopsis
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.