On Tue, Feb 15, 2022 at 9:44 AM Darin Adler via webkit-dev <
webkit-dev@lists.webkit.org> wrote:
> For those of you doing work with Objective-C on Cocoa platforms, I want to
> draw your attention to a great new idiom. Back in October, David Kilzer
> added bridge_cast, a type-safe set of functions
Oh, forgot to say, it’s in this header:
#include
Using functions like this one will help us get over the “bridge” to ARC on this
project eventually.
— Darin___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/
Hi folks.
For those of you doing work with Objective-C on Cocoa platforms, I want to draw
your attention to a great new idiom. Back in October, David Kilzer added
bridge_cast, a type-safe set of functions that convert an Objective-C pointer
to a Core Foundation pointer or vice versa, preserving
3 matches
Mail list logo