• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: kext and std C++ algorithms?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kext and std C++ algorithms?


  • Subject: Re: kext and std C++ algorithms?
  • From: David Rowland <email@hidden>
  • Date: Wed, 20 Aug 2008 08:28:59 -0700


On Aug 19, 2008, at 10:49 PM, Joseph Kelly wrote:

Kext development uses a limited subset of C++ -- templates are not allowed, so no stl, no std::min()/max() etc. No RTTI either. Min and Max are easily implemented as macros (minus the type checking). Libkern provides you with some basic container classes, and an RTTI scheme.

I have used templates in a limited way in kext development. Templates are completely handled after the preprocessor , during actual compilation. They have nothing to do with the destination of the code they create.



_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: kext and std C++ algorithms?
      • From: Joseph Kelly <email@hidden>
References: 
 >kext and std C++ algorithms? (From: "Duane Murphy" <email@hidden>)
 >Re: kext and std C++ algorithms? (From: Joseph Kelly <email@hidden>)

  • Prev by Date: Re: Unable to read symbols for...
  • Next by Date: Re: kext and std C++ algorithms?
  • Previous by thread: Re: kext and std C++ algorithms?
  • Next by thread: Re: kext and std C++ algorithms?
  • Index(es):
    • Date
    • Thread