[comp.lang.c++] exception handling?

raila@m.cs.uiuc.edu (08/04/88)

There is an article in Computer Language Magazine (May or June '88) that
presents an implementation that takes care of the missing destructors
problem.  It keeps a stack of destructors in parallel with the regualar
stack, and uses setjmp, longjmp.  It does this with an error handler class.

	David Raila
	University of Illinois Dept. Computer Science
	raila@a.cs.uiuc.edu
	(217) 333 - 0108