Topic: Exception stack
Author: Darin Adler <darin@bentspoon.com>
Date: 1999/12/11 Raw View
Partho Sarathi Bhowmick <pbhowmick@biomorphic.com> wrote:
> In C++, does the standard say anything wrt the exception stack & the general
> stack: are they the same or is a separate stack defined for exceptions.
No. The standard describes how exceptions are supposed to behave, but not
how they should be implemented. It doesn't require an "exception stack".
-- Darin
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]
Author: "Partho Sarathi Bhowmick" <pbhowmick@biomorphic.com>
Date: 1999/12/11 Raw View
In C++, does the standard say anything wrt the exception stack & the general
stack: are they the same or is a separate stack defined for exceptions.
Partho
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]