Tasks #1768
Evaluate Boost.Exception for dealing with re-thrown exceptions
Status: | New | Start date: | 02/14/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | C++ | |||
Target version: | rsb-1.0 |
Description
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 inrsc::plugins::Plugin::unload
?
Equally applies to Robotics Systems Commons.
Related issues
History
#1 Updated by J. Moringen about 9 years ago
- Description updated (diff)
#2 Updated by J. Moringen about 9 years ago
- Target version changed from rsb-0.11 to rsb-0.12
#3 Updated by J. Moringen almost 8 years ago
- Target version changed from rsb-0.12 to rsb-1.0