divyavamsee / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CPTAnimationOperation - weak & assign are mutually exlusive #488

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ran into this when integrating core-plot into my arc application (mac os x)

Changed:

https://github.com/randysecrist/core-plot/compare/arc-fix

Not sure if I did this right;  my build and app work; but I have not checked 
for leaks.

-- Randy

Original issue reported on code.google.com by randy.se...@gmail.com on 24 Dec 2012 at 4:24

GoogleCodeExporter commented 9 years ago
Core Plot includes a macro called "cpt_weak_property" to address this problem. 
It keeps the headers compatible with ARC and non-ARC projects.

Fixed in revision cfb382c2b8ed.

Original comment by eskr...@mac.com on 24 Dec 2012 at 9:25