https://d.puremagic.com/issues/show_bug.cgi?id=12450

           Summary: Deprecated code in std.stdio.readf
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2014-03-24 05:31:28 PDT ---
void main() {
    import std.stdio: readf, stdin;
    int[] v;
    stdin.readf("%(%d %)", v);
}


dmd 2.066alpha:

...\dmd2\src\phobos\std\format.d(575,26): Deprecation: using * on an array is
deprecated; use *(_param_2).ptr instead
...\dmd2\src\phobos\std\format.d(586,13): Deprecation: using * on an array is
deprecated; use *(_param_2).ptr instead

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to