D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7000 - missing import of std.stdio in std.regex?
Summary: missing import of std.stdio in std.regex?
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other All
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-24 10:19 UTC by Richard Webb
Modified: 2011-12-03 06:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Richard Webb 2011-11-24 10:19:07 UTC
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.