digitalmars.D.bugs - [Issue 17514] New: "positive" -> "nonnegative"
- via Digitalmars-d-bugs (18/18) Jun 16 2017 https://issues.dlang.org/show_bug.cgi?id=17514
https://issues.dlang.org/show_bug.cgi?id=17514 Issue ID: 17514 Summary: "positive" -> "nonnegative" Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW Severity: minor Priority: P3 Component: dlang.org Assignee: nobody puremagic.com Reporter: qmnaidgolfrot rcpt.at In http://dlang.org/spec/attribute.html, "It must be a positive power of 2." possibly should be changed to "It must be a nonnegative power of 2.". (As 1 is 2^0 and 0 is not positive.) --
Jun 16 2017