[Issue 8869] std.typecons.Unique instance doesn't compile, needs std.stdio

2013-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8869


Andrej Mitrovic  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||andrej.mitrov...@gmail.com
 Resolution||WORKSFORME


--- Comment #2 from Andrej Mitrovic  2013-02-04 
12:48:24 PST ---
Fixed since 2.060.

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


[Issue 8869] std.typecons.Unique instance doesn't compile, needs std.stdio

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8869



--- Comment #1 from earthfront  2012-10-22 09:56:32 PDT 
---
It appears that the import section of "std.typecons" has a conditional import
statement:

"version(unittest) import core.vararg, std.stdio;"

but the "writeln" statements don't seem to correlate with that.

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