https://d.puremagic.com/issues/show_bug.cgi?id=12368
Summary: std.file.write conflicts with std.stdio.write
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2014-03-15
08:00:19 EET ---
import std.stdio, std.file;
string s, fn;
write(fn, s);
I think there should be a writeFile alias to avoid this conflict.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------