Re: Help Mixing Objective-C & Objective-C++
Re: Help Mixing Objective-C & Objective-C++
- Subject: Re: Help Mixing Objective-C & Objective-C++
- From: Greg Parker <email@hidden>
- Date: Wed, 23 Feb 2011 13:42:32 -0800
On Feb 23, 2011, at 12:35 PM, James Bucanek wrote:
> Also, I'm still curious to know if I should be using extern "C" when importing Objective-C headers in a Objective-C++ modules?
The Objective-C constructs are unaffected by `extern "C"`. Of course, if your Objective-C header declares a C function then you'll still need to mark it `extern "C"`.
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden