[Issue 12450] Deprecated code in std.stdio.readf

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 21 13:35:28 PDT 2014


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
Even if worked around the code doesn't seem to work at runtime:

object.Exception at C:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std\format.d(4069):
Wrong unformat specifier '%(' for int

Do you know if 'stdin.readf("%(%d %)", array);' has ever been supported?

--


More information about the Digitalmars-d-bugs mailing list