It should print the string from boost::current_exception_diagnostic_information().

On Thu, May 11, 2017 at 12:43 AM, Leo Carreon via Boost-users <boost-users@lists.boost.org> wrote:
Hi,
 
Is there a way of configuring Boost.Test to display the message from unexpected exceptions?
 
I’m asking because at the moment whenever an unexpected exception is encountered by Boost.Test, it displays the type of the exception but not the message that goes with it making it more difficult to track down where the exception came from.  If apart from the type of the exception the exception message is included, it could quicken the resolution of the issue.
 
Kind regards,
Leo