mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 21:54:28 +02:00
Remove __CODEGUARD__ workarounds
This commit is contained in:
@@ -133,13 +133,6 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
//
|
|
||||||
// Borland's Codeguard trips up over the -Vx- option here:
|
|
||||||
//
|
|
||||||
#ifdef __CODEGUARD__
|
|
||||||
# pragma option push -Vx-
|
|
||||||
#endif
|
|
||||||
|
|
||||||
template<class P, class D> class BOOST_SYMBOL_VISIBLE sp_counted_impl_pd: public sp_counted_base
|
template<class P, class D> class BOOST_SYMBOL_VISIBLE sp_counted_impl_pd: public sp_counted_base
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@@ -298,10 +291,6 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __CODEGUARD__
|
|
||||||
# pragma option pop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
Reference in New Issue
Block a user