gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cannot emulate hash


From: Bluna Ratimonkey
Subject: Cannot emulate hash
Date: Tue, 9 Aug 2011 14:51:27 +0700

Hi,
This code crash, it works fine with array, what could be wrong? I
can't backtrace for anything, I am using clang version 3.0 (trunk
137038)

NSHashTable* a = [NSHashTable new];

[a addObject:@"a"];
[a addObject:@"b"];
[a addObject:@"c"];

for (id obj in a)
{
}


-- 
/* Join Bluna Ratimonkey (漫画家) and build the real future for GNUstep ! */
   [@"http://mus3.sourceforge.net"; setNeedsYourHelps:YES!!];



reply via email to

[Prev in Thread] Current Thread [Next in Thread]