Tasks #1768

Updated by J. Moringen about 10 years ago

See http://www.boost.org/doc/libs/1_55_0/libs/exception/doc/boost-exception.html.

This library allows successively adding more information to exceptions as they are caught and re-thrown.

Open Questions
* Platform/compiler compatibility
* Unwind model
* Interaction with debugger
* Will this allow us to get rid of things like the @wrapExceptions@ parameter in @rsc::plugins::Plugin::unload@?


Equally applies to project:rsc.

Back