Remainder wat

Alex Rønne Petersen xtzgzorex at gmail.com
Sun Mar 4 11:02:26 PST 2012


Hi,

$ cat test.d
import std.conv;

void main()
{
     uint x = to!uint("1") % 0u;
}
$ rdmd test.d
Floating point exception


-- 
- Alex


More information about the Digitalmars-d mailing list