Invalid Floating Point Operation (DMD 2067)

rumbu via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 16 13:27:45 PDT 2015


On Thursday, 16 April 2015 at 15:00:39 UTC, ref2401 wrote:
>> Builds and runs fine for me. What is your OS and build command?
>>
>> -Steve
>
> Win 8.1
>
> dmd main.d -ofmain.exe -debug -unittest -wi
> if %errorLevel% equ 0 (main.exe)

Reduced case:

struct S
{
    float f;

}


More information about the Digitalmars-d-learn mailing list