Boost logo

Boost :

From: Roland (roland.schwarz_at_[hidden])
Date: 2004-08-06 08:28:48


On Fri, 06 Aug 2004 15:04:30 +0200 Alexander Terekhov <terekhov_at_[hidden]> wrote:

> says "After all cancellation cleanup handlers have been executed, if the
> thread has any thread-specific data, appropriate destructor functions
> shall be called in an unspecified order. ... The process shall exit with
> an exit status of 0 after the last thread has been terminated. The
> behavior shall be as if the implementation called exit() with a zero
> argument at thread termination time."

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 ?

Roland


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk