Bug 7000 – missing import of std.stdio in std.regex?
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
Other
OS
All
Creation time
2011-11-24T10:19:00Z
Last change time
2011-12-03T06:54:25Z
Assigned to
nobody
Creator
webby
Comments
Comment #0 by webby — 2011-11-24T10:19:07Z
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.