http://d.puremagic.com/issues/show_bug.cgi?id=4887
Stewart Gordon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |spec CC| |[email protected] --- Comment #3 from Stewart Gordon <[email protected]> 2010-09-18 08:53:09 PDT --- http://www.digitalmars.com/d/1.0/expression.html#ShiftExpression "It's illegal to shift by more bits than the size of the quantity being shifted: int c; c << 33; // error" However, there's a real problem with that spec: what if the number of bits to shift by isn't known at compile time? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
