March 12, 2002
Just wondering what is done when you raise an exception within finally or destructors? Is there any terminate() to call in such cases?

-- 
Immanuel Scholz,   PGP: (Work 0x9216F1E7, Home 0x3B5DC02D)
March 13, 2002
It's not allowed in a finally, but is in a destructor. It'll abort the program.

"Immanuel Scholz" <news@kutzsche.net> wrote in message news:a6m1hm$12v4$1@digitaldaemon.com...
> Just wondering what is done when you raise an exception within finally or destructors? Is there any terminate() to call in such cases?
>
> --
> Immanuel Scholz,   PGP: (Work 0x9216F1E7, Home 0x3B5DC02D)