[Bug 126] New: spec for Add expression (pointer to bit)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 4 09:05:34 PDT 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=126
Summary: spec for Add expression (pointer to bit)
Product: D
Version: 0.150
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: www.digitalmars.com
AssignedTo: bugzilla at digitalmars.com
ReportedBy: benoit at tionex.de
in http://www.digitalmars.com/d/expression.html
-> Add Expressions
If it is a pointer to a bit, the second operand is divided by 8 and added to
the pointer. It is illegal if the second operand modulo 8 is non-zero.
1.) bit->bool
2.) Is this still correct?
--
More information about the Digitalmars-d-bugs
mailing list