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!!];

_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to