$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] exception error_info list?
From: denis (mu_kuh_at_[hidden])
Date: 2009-10-09 20:48:58
Hi,
what do you think about exposing the error_info-map of
boost::exception?
I would like to get all attached error infos from one exception.
Then, everyone could implement his own version of
diagnostic_information() without relying on boost internals.
Beside that, I had another idea: When translating an exception it
would be possible to copy all error_infos from the originating
exception to the new one. How do you handle this loss of
information at the time?
thanks.