Re: UB issue -- include order?
Re: UB issue -- include order?
- Subject: Re: UB issue -- include order?
- From: Brad Oliver <email@hidden>
- Date: Sat, 18 Mar 2006 13:42:54 -0700
On Mar 18, 2006, at 3:28 AM, email@hidden wrote:
For some reason it is hitting our memory manager inside a clean up
of an
Apple Event? I'm not sure why it would hit our own memory manger.
I'm not
sure if this is with include path order or what is the cause. We are
redefining new and delete and the such, but I did not think this could
affect Apple's API. I have not encountered this on the PPC. Any
suggestions would be great.
The only explanation I can think of is that Apple's routine calls
operator delete - but only on x86. Since you've overridden that exact
prototype, the linker chooses yours and they get called for all
code...? I could be way off though. ;-)
--
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