Re: CTL bug
Florian Kainz <[email protected]> Fri, 29 Feb 2008 13:52:09 -0800
| Newsgroups | gmane.comp.video.openexr.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Gonzalo,
a fix for this bug has been checked into CVS.
Changed files include IlmCtl/CtlSimdSyntaxTree.cpp
and IlmCtlTest/testArray.ctl.
Florian
Gonzalo Garramuño wrote:
>
> The expression:
>
> const float lut3DMin[3] = { FLT_MIN, FLT_MIN, FLT_MIN };
> const float lut3DMax[3] = { FLT_MAX, FLT_MAX, FLT_MAX };
>
> results in the following error when compiling:
>
> Reference-counted pointer assignment failed; the left-hand and
> right-hand side types are incompatible (PKN3Ctl8RcObjectE,
> N3Ctl12SimdNameNodeE).
>