aboutsummaryrefslogtreecommitdiff
path: root/tests/exceptions/typed.cpp
AgeCommit message (Collapse)Author
2014-01-18Make exception tests named more consistently.Bruce Mitchener
2012-02-20Polymorphic exception handling.Adrian Taylor
Previously exception handling only worked if there were a 'catch' block which precisely matched the type of the thrown exception. That's not always the case if we're trying to catch subclasses. This change enhances behaviour to match subclasses, and also covers some other cases where we weren't catching the right thing.
2011-09-15Fixed unbound calling of destructor in exception handler; updated test.max99x
2011-09-13Basic support for typed exceptions.max99x