diff --git a/include/boost/exception/info.hpp b/include/boost/exception/info.hpp index 2f6e936..2661198 100644 --- a/include/boost/exception/info.hpp +++ b/include/boost/exception/info.hpp @@ -36,6 +36,12 @@ boost virtual std::type_info const & tag_typeid() const = 0; virtual std::string value_as_string() const = 0; + + protected: + + ~error_info_base() + { + } }; }