openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] forgotten to submit one additional fix for M_PI_2 su


From: Piotr Stanczyk
Subject: Re: [Openexr-devel] forgotten to submit one additional fix for M_PI_2 support for platforms that don't have this in std headers
Date: Fri, 01 Aug 2008 11:39:13 -0700
User-agent: Thunderbird 1.5 (X11/20051201)

Ger Hobbelt wrote:
I while back (few months) I posted a diff here which defined M_PI_2
for those platforms that haven't got it in the standard run-time lib.

Today I checked the current CVS state and I found I had forgotten to
report one additional line that needed fixing: see the diff below.

--- ../../1original/OpenEXR/src/IlmBase/ImathTest/testQuat.cpp
2007-10-20 03:05:41.000000000 +0200
+++ IlmBase/ImathTest/testQuat.cpp      2008-06-17 08:27:13.000000000 +0200
@@ -38,6 +38,7 @@
 #include "ImathMatrixAlgo.h"
 #include "ImathFun.h"
 #include "ImathLimits.h"
+#include "ImathPlatform.h" /* [i_a] M_PI_2 */
 #include <iostream>
 #include <cassert>
 #include <cmath>



Hi Ger,

I'll add that in.

Thanks,

Piotr





reply via email to

[Prev in Thread] Current Thread [Next in Thread]