• 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: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED


  • Subject: Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
  • From: Graeme Mathieson <email@hidden>
  • Date: Wed, 18 May 2005 16:48:25 +0100


On 18 May 2005, at 16:38, james tittle wrote:

...ahh, what would we do without typos? Of course here I was trying to say that in some earlier than 10.4 (or was it 10.3?) installs, float versions of sqrt, cos, sin, tan, etc...weren't in math.h, and so had to be hand-defined...

Ah, oops, I didn't know that. That was careless of them!

...plus, my main question was something else...

Since it's a function of the build environment you could cheat slightly and test for something along the lines of:


#if __APPLE__ && __GNUC__ >= 4
...
#endif

?
--
Mail: email@hidden | Web: http://woss.name/
AIM:  Math1e           | PGP: 1024D/D72F2737


_______________________________________________ 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
References: 
 >cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED (From: james tittle <email@hidden>)
 >Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED (From: Graeme Mathieson <email@hidden>)
 >Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED (From: james tittle <email@hidden>)

  • Prev by Date: Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
  • Next by Date: Include order in XCode 2.0
  • Previous by thread: Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
  • Next by thread: Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
  • Index(es):
    • Date
    • Thread