Re: Avoiding destructors while still calling atexit handlers
Re: Avoiding destructors while still calling atexit handlers
- Subject: Re: Avoiding destructors while still calling atexit handlers
- From: Brad Oliver <email@hidden>
- Date: Fri, 6 Jan 2006 15:45:59 -0700
On Jan 6, 2006, at 2:12 PM, Steve Checkoway wrote:
What's the cleanest way to avoid calling the C++ destructor chain
while still calling routines registered with atexit()?
Call exit(3).
Thanks, now I have a bonus follow-up question. ;-)
What's the cleanest way to avoid calling C++ destructors (including
those for static objects) while still calling routines registered
with atexit()?
--
Brad Oliver
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden