std.conv.ConvException from double to uint64_t, but only locally in a large project

drathier forum.dlang.org at fi.fo
Tue Aug 4 17:37:56 UTC 2020


> ```
> std.conv.ConvException@/usr/local/opt/dmd/include/dlang/dmd/std/conv.d(2054): Value (1596) does not match any member value of enum '__c_ulonglong'
> ```
well,
```
std.conv.ConvException@/usr/local/opt/dmd/include/dlang/dmd/std/conv.d(2054): Value (42) does not match any member value of enum '__c_ulonglong'
```
but the specific value doesn't matter


More information about the Digitalmars-d-learn mailing list