Bus error gcc compiler for any for ( x in array ) inside Objective-C++ template

2009-10-15 Thread John Holdsworth
for ( NSString *key in keys ) { } } }; I've not been able to build with a more recent gcc so I can't tell if it is still present but figure I'd better let you guys know. Thanks, John H. http://objcpp.johnholdsworth.com On 8 Sep 2009, at 21:30, John Holdsworth

Minor problem messaging C++ wrappers in Objective-C with gcc4.2

2009-09-08 Thread John Holdsworth
#x27;t quite get to where the change (probably quite a small one) would need to be made. Perhaps even, this is already fixed... Can anybody help? John Holdsworth objcpp.johnholdsworth.com On 8 Apr 2009, at 14:34, David Ayers wrote: Am Samstag, den 21.03.2009, 11:59 +0100 schrieb John Holdswor

Re: Syntactic sugar to access arrays and hashes in Objective-C

2009-04-09 Thread John Holdsworth
27;m not sure its saved me any time in reality but it was an interesting digression and hopefully it will be useful to somebody :) objcpp.h Description: Binary data Cheers, John Holdsworth On 8 Apr 2009, at 14:34, David Ayers wrote: Am Samstag, den 21.03.2009, 11:59 +0100 schrieb John

Re: Syntactic sugar to access arrays and hashes in Objective-C

2009-03-21 Thread John Holdsworth
setValue:(id)anObject; - (id)operatorSubscriptObject:(id)key setValue:(id)anObject; I know, it sounds like one step on the way to operator overloading Best Regards & Thanks for your work, John Holdsworth