From: Greg Colvin (gcolvin_at_[hidden])
Date: 2000-01-29 00:15:28


From: Borgerding, Mark A. <MarkAB_at_[hidden]>
> ...
> 5) made destructor exception safe (BTW, shared_ptr, shared_array need
> this too! )

I don't think so -- they count on other destructors and deallocation
functions not throwing, just as the standard library does.