https://issues.dlang.org/show_bug.cgi?id=20568

Basile-z <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Basile-z <[email protected]> ---
In theory underscores should throw when found in an argument of `to!float`.

This other issue (https://issues.dlang.org/show_bug.cgi?id=9797) was closed for
the rationale that is that std.conv.to is not made to handle special D flavors
of number literals but is rather a generic handler. 

Note that octal and hexString handle underscores for another reason, that is
that they were made specifically to replace literals.

--

Reply via email to