$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jarl Friis (jarl_at_[hidden])
Date: 2008-06-11 06:24:55
Is there any nice way to achive more detailed information about
uncaught custome exceptions in a Boost unit test.
I understand that it is possible to register custom exceptions, but
that is quite some work when using several 3rd party libraries.
I would be even hapier if it was possible to get some stacktrace, or
linenumber (within the Boost test file) on which the exception
occured.
Jarl