X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fboost%2Fsmart_ptr%2Fdetail%2Fsp_counted_base_w32.hpp;h=9ab71eff87bc9529a8122d1e36c43357fac5c197;hb=09130d7a6220267c78f371fb4603b843b9fd5232;hp=960e42e128240558c77fe3677dc637541e1bd698;hpb=294969c6a2ba456c231e52d79b4637cdd50a6a95;p=features.git diff --git a/3rdparty/boost/boost/smart_ptr/detail/sp_counted_base_w32.hpp b/3rdparty/boost/boost/smart_ptr/detail/sp_counted_base_w32.hpp index 960e42e128..9ab71eff87 100644 --- a/3rdparty/boost/boost/smart_ptr/detail/sp_counted_base_w32.hpp +++ b/3rdparty/boost/boost/smart_ptr/detail/sp_counted_base_w32.hpp @@ -25,8 +25,9 @@ // #include +#include #include -#include +#include namespace boost { @@ -34,7 +35,7 @@ namespace boost namespace detail { -class sp_counted_base +class BOOST_SYMBOL_VISIBLE sp_counted_base { private: @@ -66,8 +67,8 @@ public: delete this; } - virtual void * get_deleter( sp_typeinfo const & ti ) = 0; - virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0; + virtual void * get_deleter( sp_typeinfo_ const & ti ) = 0; + virtual void * get_local_deleter( sp_typeinfo_ const & ti ) = 0; virtual void * get_untyped_deleter() = 0; void add_ref_copy()