[Issue 5232] [patch] std.conv.to & std.conv.roundTo report invalid overflows for very large numbers
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 12 13:49:40 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=5232
--- Comment #3 from berni44 <bugzilla at d-ecke.de> ---
The proposed solution doesn't work, because x87er reals cannot save values
between ulong.max and ulong.max + 1. And for real==double this should also not
work.
--
More information about the Digitalmars-d-bugs
mailing list