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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Severity|normal                      |enhancement

--- Comment #4 from [email protected] ---
I agree that this is a bad idea. std.conv.to is intended for converting user
data between different types, not for parsing D language constructs like uint
literals. We should have a different function for that (maybe something from
std.d.lexer, once we have that).

--

Reply via email to