std.file.write versus std.stdio.write

dsmith ds at nomail.com
Wed Nov 28 07:11:01 PST 2012


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)


More information about the Digitalmars-d-bugs mailing list