id summary reporter owner description type status milestone component version severity resolution keywords cc 10462 throw exception inherits two std::exception gilles.guerre-chaley@… Emil Dotchevski " {{{ // example class my_exception: public std::exception { }; try { boost::throw_exception(my_exception()); } catch( my_exception & e) {... } }}} Inheritance of e {{{ -> ... clone_impl > -> -> my_exception -> -> -> std::exception ... -> std::exception }}}" Bugs new To Be Determined exception Boost 1.56.0 Optimization visual studio 2013 x64