Re: Bug crashes gcc 4.2.1
Re: Bug crashes gcc 4.2.1
- Subject: Re: Bug crashes gcc 4.2.1
- From: Rick Mann <email@hidden>
- Date: Wed, 23 Sep 2009 15:52:12 -0700
The offending line of code is a property access on a property whose
type is a C++ type with namespace:
@property Graphics::Point location;
{
...
mStartPt = node.location;
...
}
In the past, I've seen crashes on property accessors. Is it because I
lack proper qualifiers on the property declaration, or because it's a C
++ type (with namespace)?
TIA,
Rick
_______________________________________________
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