Re: Calling getter on const object
Re: Calling getter on const object
- Subject: Re: Calling getter on const object
- From: Jonny Taylor <email@hidden>
- Date: Tue, 9 Nov 2010 12:08:57 +0000
>>> I now think that what I am seeing is a minor parsing sort of issue within the compiler (gcc 4.2) when mixing id<SomeProtocol> with blocks.
>> The more fundamental problem is that gcc C++ does not fully support blocks, period.
> Indeed, as soon as it gets a sniff of c++ near a block things start to go badly wrong, but I would have hoped that "pure objC" compiled with a c++ compiler would pass - and especially pure objC in a .m file (which also leads to a different error). Oh well, I'll add another blocks-related bug report. I find blocks to be an endless source of bleeding-edge torment, but I like them too much to give them up!
For what it's worth, my bug has been closed with the comment "Please upgrade to the LLVM Compiler when Xcode 4 is released". Hopefully it won't be too long now, and if all the blocks business is sorted that will make me very happy!_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden