foundationkit / FoundationKit

Everything that really should be in Foundation, but isn't. Future-proof with ARC
Other
80 stars 9 forks source link

ARC and Associated Objects #31

Closed myell0w closed 13 years ago

myell0w commented 13 years ago

Since I didn't find any valuable information (not even on http://clang.llvm.org/docs/AutomaticReferenceCounting.html) I wanted to ask if anyone has more information on this: Did anything change for associated objects when using ARC or do we still use OBJC_ASSOCIATION_RETAIN and OBJC_ASSOCIATION_ASSIGN?

eaigner commented 13 years ago

Since CF and other C functions are not affected by ARC I guess the runtime API isn't either. Wouldn't make sense.

myell0w commented 13 years ago

Sounds reasonable, closing this question. If anyone has to add something just reopen.