Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-07-06 13:14:46


Pedro Lamarão wrote:

> Shouldn't there be some sentry object then, with that
> "on_thread_exit()" thing called by the destructor?

If you allow an exception to escape from your thread function, the default
behavior is for the runtime to call terminate(), so a missing on_thread_exit
is the least of your worries. :-)


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