[Issue 2072] New: std.typeconv documentation anomaly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 6 04:15:47 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2072
Summary: std.typeconv documentation anomaly
Product: D
Version: 2.014
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P3
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: arkangath at gmail.com
the example supplied for "fromString(...)" is incorrect:
Abc fromString(string s) { ... }
Should be:
bool fromString(string s, ref Abc) { ... }
"throws an exception in any other case" is incorrect.
Maybe someone forgot to add an overload case?
There is no documentation for
template Rebindable(T : Object)
--
More information about the Digitalmars-d-bugs
mailing list