
9 Aug
2009
9 Aug
'09
6:16 p.m.
On Sat, Aug 8, 2009 at 3:53 PM, Alexander Lamaison<awl03@doc.ic.ac.uk> wrote:
It should be possible to let the test runner extract this information in the same way that diagnostic_infomation does and use it to improve the test runner output.
I'm not familiar with the test runner, but assuming that it is written in C++, all it needs is something like: #include <boost/exception/diagnostic_information.hpp> .... catch(...) { std::cerr << boost::current_exception_diagnostic_information(); } This will print the what() message (if available) too. Emil Dotchevski Reverge Studios, Inc. http://www.revergestudios.com/reblog/index.php?n=ReCode