id summary reporter owner description type status milestone component version severity resolution keywords cc 12097 missing virtual destructor josopait@… Emil Dotchevski "When compiling my program with g++ -Wdelete-non-virtual-dtor -Wsystem-headers I get warnings about a missing virtual destructor in boost. I recommend making the destructor of error_info_container virtual to avoid undefined behavior and to prevent memory leaks: file exception/exception.hpp: '''virtual''' ~error_info_container() throw() { } " Bugs closed To Be Determined exception Boost 1.60.0 Problem wontfix virtual destructor