2013/4/16 Michael Powell <mwpowellhtx@gmail.com>
Hello,

Basically like the subject says. I need a way to print boost::exceptions through an ostream. Or std::exception if that's a better more portable route to take. Suggestions?

Regards,

Michael Powell

Hi Michael,

This looks like what you need:
http://www.boost.org/doc/libs/1_53_0/libs/exception/doc/boost_exception_diagnostic_information_hpp.html 

HTH, Kris