Remove __CODEGUARD__ workarounds

This commit is contained in:
Peter Dimov
2024-09-24 18:10:16 +03:00
parent c5e1280b77
commit fd94706918

View File

@ -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 P, class D> 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