[Issue 10139] std.stdio.writef and friends documentation is severely out of date
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed May 22 20:22:17 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10139
Steven Schveighoffer <schveiguy at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |schveiguy at yahoo.com
Summary|writef does not behave |std.stdio.writef and
|according to documentation |friends documentation is
| |severely out of date
--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> 2013-05-22 20:22:05 PDT ---
The docs are wrong. They need updating.
use stderr.writef instead of writef(stderr ...).
global writef is now simply a forwarding call to stdout.writef.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list