cagney wrote:
> [...]
> func (...)
> {
> volatile struct exception e;
> TRY_CATCH (e)
> {
> ... do stuff ...;
> }
> switch (e.reason)
> ...
> }
> [...]
> comments?
At this rate, by around 2009, gdb will have reimplemented
the remainder of C++.
- FChE