$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-10-09 07:48:18
Alexander Terekhov wrote:
[...]
> (ctors of non-local static object shall run in the same throw-
> restricted context as code inside "main"; all dtors shall better be
> implicit throw() by default and TSD/TLS dtors and dtors of all statics
> shall run in throw()-nothing context, of course).
Yes. All destructors, including fclose(), shall be throw(), not by default,
but by definition. And the unary & should be removed. ;-)