
24 Jul
2006
24 Jul
'06
8:13 a.m.
"Sean Huang" <huangsean@hotmail.com> wrote in message news:BAY102-DAV35650F5C9B1ECBFA42806A3640@phx.gbl...
boost::test::execution_exception is not derived from std::exception and this makes my boost::test::*exceptions unaware code not able to log any meaningful error messages. Is there any reason why it is not derived from std::exception?
I am not sure I understand the context where you would need to log boost::test::execution_exception. Could you provide an example. Gennadiy