Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
November 28, 2012 std.file.write versus std.stdio.write | ||||
---|---|---|---|---|
| ||||
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) |
November 28, 2012 possible correction -- Re: std.file.write versus std.stdio.write | ||||
---|---|---|---|---|
| ||||
Posted in reply to dsmith | On Wednesday, 28 November 2012 at 15:11:01 UTC, 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)
A library imported has, in turn, import std.file
|
November 28, 2012 Re: std.file.write versus std.stdio.write | ||||
---|---|---|---|---|
| ||||
Posted in reply to dsmith | 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 |
Copyright © 1999-2021 by the D Language Foundation