Ah, OK, I'd missed that.

But it raises another question I've been vaguely meaning to ask the list, but which is pretty minor, so I haven't so far bothered:

If I declare a C function as static inline inside a .m file (just to be clear, it's C function, not an Obj-C method) does it get inlined? Someone told me very authoritatively recently that it wouldn't be compiled inline if it's within a .m file, so the inline keyword was redundant. I couldn't find anything documenting that either way.


G.


On 19 May 2008, at 5:51 pm, Jean-Daniel Dupas wrote:


It's an inline fonction, so code compiled using this function will properly work on pre 10.5 versions of the OS.

Le 19 mai 08 à 08:34, Graham Cox a écrit :

Yes, it's not available pre 10.5

G.


On 19 May 2008, at 4:31 pm, Andrew Merenbach wrote:

Is there any reason to use the cast on cbbox, instead of using NSRectFromCGRect(cbbox)

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/devlists%40shadowlab.org

This email sent to [EMAIL PROTECTED]



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to