Use BOOST_SYMBOL_VISIBLE with local_counted_base and children

This commit is contained in:
Glen Fernandes
2018-09-19 13:50:13 -04:00
parent 6d3af760f6
commit 29a08cdff6
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ struct lsp_if_size_array<T[N]> {
typedef boost::local_shared_ptr<T[N]> type;
};
class lsp_array_base
class BOOST_SYMBOL_VISIBLE lsp_array_base
: public local_counted_base {
public:
void set(sp_counted_base* base) BOOST_SP_NOEXCEPT {

View File

@ -27,7 +27,7 @@ namespace boost
namespace detail
{
class local_counted_base
class BOOST_SYMBOL_VISIBLE local_counted_base
{
private:
@ -89,7 +89,7 @@ public:
}
};
class local_counted_impl: public local_counted_base
class BOOST_SYMBOL_VISIBLE local_counted_impl: public local_counted_base
{
private:
@ -124,7 +124,7 @@ public:
}
};
class local_counted_impl_em: public local_counted_base
class BOOST_SYMBOL_VISIBLE local_counted_impl_em: public local_counted_base
{
public: