
6 Aug
2004
6 Aug
'04
1:33 p.m.
On Fri, 6 Aug 2004 15:28:48 +0200 (W. Europe Daylight Time) Roland <roland.schwarz@chello.at> wrote:
shall print "atexit_func()" after "tsd_dtor" and before "~object()". read shall print "atexit_func()" after "~object()" and before "tsd_dtor".
Shouldn't the line then ?
Oops! I missed the static on the local struct declaration. I see. Roland.