Re: std::log10() problem
Re: std::log10() problem
- Subject: Re: std::log10() problem
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 29 Mar 2006 07:43:40 -0800
On 3/29/06, Rolf Nilsson <email@hidden> wrote:
> Hi,
>
> Why does this fail on OS X10.2.8 (app crashes at startup, crash log
> below)
>
> float fVal = std::log(float(8.0));
>
> but this works:
>
> double dVal = std::log(double(8.0));
>
> Works as it should on OS X10.4.5 (Intel and PC)
How are you building the version that runs on 10.2.8? What SDK is it
built against? etc.
_______________________________________________
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