I've encountered a problem with exceptions in boost/test:
Our project uses a base class for all our exceptions which cannot derive 
from std::exception.

If such an exception is thrown, the message:
        Exception in "...": unknown type
is printed out, which is not very helpful in locating the problem.

Is there a way to specify an "exception handler", which can catch "our" 
exceptions and print something more useful?.

We are working with the unit_test_monitor if that makes any difference.

Thanks,
        Robert
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to