std.file.write versus std.stdio.write

Jonathan M Davis jmdavisProg at gmx.com
Wed Nov 28 08:21:26 PST 2012


On Wednesday, November 28, 2012 16:11:01 dsmith wrote:
> import std.stdio;   // no std.file is imported, yet the following
> error:
> 
> Error: std.file.write at /usr/include/dmd/phobos/std/file.d(419)
> conflicts with std.stdio.write!(string,string).write at
> /usr/include/dmd/phobos/std/stdio.d(1544)

If you have questions, post them in D.Learn. If you have a bug report, report 
it at http://d.puremagic.com/issues

Please, do not post to this list. It's only intended for messages from 
bugzilla. Posting from anyone else really shouldn't even be enabled.

- Jonathan M Davis


More information about the Digitalmars-d-bugs mailing list