Am 14.06.2012 um 11:04 schrieb Thomas Davie: > Hi all, > > Just wondering before I go off and code my own... Does anyone know of an > implementation of a weak dictionary (or array/set for that matter) that > compiles successfully on GNUstep? There's obviously MAWeakDictionary, but > that's heavily reliant on chunks of CF that don't exist. I could go out > there and make an NSDictionary like thing that wraps every object you put in > it in a weak reference object, but it seems like there should be a pre-baked > solution to this. >
I am not sure what a "weak dictionary" is. But is NSMapTable a solution? -- hns _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
