[Issue 7000] New: missing import of std.stdio in std.regex?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 24 10:20:03 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=7000

           Summary: missing import of std.stdio in std.regex?
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: webby at beardmouse.org.uk


--- Comment #0 from Richard Webb <webby at beardmouse.org.uk> 2011-11-24 10:19:07 PST ---
When trying to compile some test code with the latest git versions of
DMD2/Phobos as of now, i get the error:

std\regex.d(2841): Error: undefined identifier writefln

adding a local import of std.stdio inside the dump() function (line 2838) seems
to fix it.

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


More information about the Digitalmars-d-bugs mailing list