https://issues.dlang.org/show_bug.cgi?id=15526
Chris Piker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Chris Piker <[email protected]> --- Just wanted to bring attention to this issue, since it hasn't been mentioned in a while and I ran into it yesterday. The lack of symmetry between the calls: double d = to!double("1_000_000"); int i = to!int("1_000_000"); was surprising. I presume this wasn't the original intent, since it's good to avoid surprises in API. --
