$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland (roland.schwarz_at_[hidden])
Date: 2004-08-06 08:33:18
On Fri, 6 Aug 2004 15:28:48 +0200 (W. Europe Daylight Time) Roland <roland.schwarz_at_[hidden]> wrote:
> Shouldn't the line
> > shall print "atexit_func()" after "tsd_dtor" and before "~object()".
> read
> shall print "atexit_func()" after "~object()" and before "tsd_dtor".
> then ?
Oops! I missed the static on the local struct declaration.
I see.
Roland.