From 6fe16d80ef9514b17868e253546d66a15c5b1139 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 28 Apr 2012 06:05:06 +0000 Subject: [PATCH] Making error_info's destructor virtual. [SVN r78235] --- include/boost/exception/detail/error_info_impl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/exception/detail/error_info_impl.hpp b/include/boost/exception/detail/error_info_impl.hpp index 883d313..a8d1aa7 100644 --- a/include/boost/exception/detail/error_info_impl.hpp +++ b/include/boost/exception/detail/error_info_impl.hpp @@ -30,6 +30,7 @@ boost protected: + virtual ~error_info_base() throw() { }