[Issue 18448] Make std.file.write / std.stdio.write conflicts more tractable for beginners

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 21 17:59:26 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18448

Tiberiu Lepadatu <tiberiulepadatu14 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tiberiulepadatu14 at gmail.com

--- Comment #1 from Tiberiu Lepadatu <tiberiulepadatu14 at gmail.com> ---
Can you please suggest a solution? The current error message seems self
explanatory to me std.stdio.write!(string, string).write at
~/dlang/dmd/generated/linux/release/64/../../../../../phobos/std/stdio.d(3729)
conflicts with std.file.write!string.write at
~/dlang/dmd/generated/linux/release/64/../../../../../phobos/std/file.d(735)

--


More information about the Digitalmars-d-bugs mailing list