Merge pull request #29 from Kojoley/cease-dependence-on-smart_ptr

Cease dependence on SmartPtr
This commit is contained in:
Antony Polukhin
2020-08-27 12:03:36 +03:00
committed by GitHub

View File

@ -15,12 +15,15 @@
#include <boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp>
#include <boost/type_traits/is_base_and_derived.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#ifdef BOOST_HAS_PRAGMA_ONCE
# pragma once
#endif
namespace boost {
template<class T> class shared_ptr;
}
namespace boost { namespace typeindex {
/// \brief Creates a new instance of std::shared_ptr whose stored pointer is obtained from u's