diff --git a/include/boost/exception/detail/exception_ptr_base.hpp b/include/boost/exception/detail/exception_ptr_base.hpp index d84cde8..ac68cab 100644 --- a/include/boost/exception/detail/exception_ptr_base.hpp +++ b/include/boost/exception/detail/exception_ptr_base.hpp @@ -22,7 +22,10 @@ boost protected: - ~exception_ptr_base() throw() { } + virtual + ~exception_ptr_base() throw() + { + } }; } }