diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp_counted_impl.hpp index 8c12ac9..231a0c2 100644 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp @@ -133,13 +133,6 @@ public: #endif }; -// -// Borland's Codeguard trips up over the -Vx- option here: -// -#ifdef __CODEGUARD__ -# pragma option push -Vx- -#endif - template class BOOST_SYMBOL_VISIBLE sp_counted_impl_pd: public sp_counted_base { private: @@ -298,10 +291,6 @@ public: } }; -#ifdef __CODEGUARD__ -# pragma option pop -#endif - } // namespace detail } // namespace boost