Internal Compiler Error Help

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 21 04:26:11 PDT 2015


double foo(double b)
{
     return b / (b == 0) == 0;
}

Looks like this fails too.


More information about the Digitalmars-d-learn mailing list