http://d.puremagic.com/issues/show_bug.cgi?id=8007
Summary: Wrong documentation for '>>'
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: websites
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2012-04-30 11:18:01 PDT ---
http://dlang.org/expression.html#ShiftExpression claims:
"<< is a left shift. >> is a signed right shift. >>> is an unsigned right
shift."
This is false. '>>' is an unsigned right shift for unsigned types.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------