Invalid Floating Point Operation (DMD 2067)

Steven Schveighoffer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 16 07:53:31 PDT 2015


On 4/16/15 10:23 AM, ref2401 wrote:
> Hi Everyone,
>
> After I switched to DMD 2067 my code that previously worked began crashing.
> If I change the return statement in the matrixOrtho function
>
> from:
>      return Matrix(...);
> to:
>      Matrix m = Matrix(...);
>      return m;
>
> then the error won't occur anymore. What is going on?
>

Builds and runs fine for me. What is your OS and build command?

-Steve



More information about the Digitalmars-d-learn mailing list