https://issues.dlang.org/show_bug.cgi?id=20882
Issue ID: 20882
Summary: Outdated examples in the documentation (std.stdio)
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
Outdated examples in std.stdio (probably not only here). For example, in
description on auto lockingBinaryWriter(); outdated types of complex numbers
are used and the example itself contains errors - the compiler shows that take
cannot be used with the range given by recurrence
--