On 28 Jan 2014, at 20:48, Stefan Bidi <[email protected]> wrote: > Since no one has responded to you, yet, I'll go ahead and throw my 2 cents. > I'm the "maintainer" of corebase, but I have no idea how to interface ARC > with corebase's retain count system.
ARC will integrate correctly with anything that implements -retain, -autorelease and -release. This won't get you the fast paths, but it will work, as long as they look like Objective-C types. There's an attribute you can stick on C types to indicate that they support ARC as well. David -- Send from my Jacquard Loom _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
