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)
import std.stdio; // no std.file is imported, yet the following
error:
- std.file.write versus std.stdio.write dsmith
- possible correction -- Re: std.file.write versus std... dsmith
- Re: std.file.write versus std.stdio.write Jonathan M Davis
