[Issue 17514] New: "positive" -> "nonnegative"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 16 04:50:32 PDT 2017


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 at puremagic.com
          Reporter: qmnaidgolfrot at 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.)

--


More information about the Digitalmars-d-bugs mailing list