$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.Test] Using boost::exception
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2012-03-05 14:46:03
Hi!
I think it might be a great feature if Boost.Test would be able to print
diagnostic information saved in boost::exception. Actually my code havily
relies on boost::exception. If one of my tests fail, I usually get nothing
saying "std::exception occured" error message. But if Boost.Test could just
catch boost::exception and print the default diagnostig info it would be a
great help.
Best Regards,
Ovanes