$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 1999-11-27 17:15:06
> In at least one compiler (Borland C++) the presence of a destructor results
> in exception handling prolog-epilog code even when the destructor is empty
> - given that its presence serves no purpose, it should indeed be left out.
Metrowerks also suffers a hit as the object is forced onto the stack.