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

Reply via email to