diff --git a/include/boost/smart_ptr/detail/local_counted_base.hpp b/include/boost/smart_ptr/detail/local_counted_base.hpp index f0b5378..46408c3 100644 --- a/include/boost/smart_ptr/detail/local_counted_base.hpp +++ b/include/boost/smart_ptr/detail/local_counted_base.hpp @@ -48,7 +48,7 @@ public: { } - virtual ~local_counted_base() BOOST_NOEXCEPT + virtual ~local_counted_base() /*BOOST_NOEXCEPT*/ { }